]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename x-autoselect-window to autoselect-window.
authorPavel Janík <Pavel@Janik.cz>
Mon, 1 Apr 2002 13:38:09 +0000 (13:38 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 1 Apr 2002 13:38:09 +0000 (13:38 +0000)
Minibuffer window can be selected only when it is active.

etc/NEWS

index 27f5114aa8da0334d4a27c53046aadc2d2cec9aa..0bd04163dbd9e76bbbe93eee590bb686c3eab097 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,9 +87,9 @@ 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
-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