changeset 44295:ea6a55176423

Rename x-autoselect-window to autoselect-window. Minibuffer window can be selected only when it is active.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 01 Apr 2002 13:38:09 +0000
parents a87795faf65b
children 915a76139f37
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 01 12:44:34 2002 +0000
+++ b/etc/NEWS	Mon Apr 01 13:38:09 2002 +0000
@@ -87,9 +87,9 @@
 The old name is still available as an alias.
 
 ** New display feature: focus follows mouse.  If you set the variable
-x-autoselect-window to non-nil value, moving the mouse to a different
-Emacs window will select that window.  The default is nil, so that
-this feature is not enabled.
+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