aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-04-03 08:29:28 +0000
committerPavel Janík <[email protected]>2002-04-03 08:29:28 +0000
commit45e3679d1c49fb36078f1e6e3942865f9dff20e7 (patch)
tree5dabb1139834d07f18bc0ec14faefb26392a30fc /etc
parent04fb8283668bd473cd5713abbd065fd7e9b546b0 (diff)
Rename variable autoselect-window-p to mouse-autoselect-window.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a6ca59e568..5f2dc7c649 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,9 +87,10 @@ gives the fraction of the window's width to scroll the window.
The old name is still available as an alias.
** New display feature: focus follows mouse. If you set the variable
-autoselect-window to non-nil value, moving the mouse to a different Emacs
-window will select that window (minibuffer window can be selected only when
-it is active). The default is nil, so that this feature is not enabled.
+mouse-autoselect-window to non-nil value, moving the mouse to a different
+Emacs window will select that window (minibuffer window can be selected
+only when it is active). The default is nil, so that this feature is not
+enabled.
** The new command `describe-text-at' pops up a buffer with description
of text properties, overlays, and widgets at point, and lets you get