# HG changeset patch # User Pavel Jank # Date 1017668289 0 # Node ID ea6a55176423a6c2434a2eb891bad7a422820262 # Parent a87795faf65b4885040587061050da2de8f49737 Rename x-autoselect-window to autoselect-window. Minibuffer window can be selected only when it is active. diff -r a87795faf65b -r ea6a55176423 etc/NEWS --- 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