# HG changeset patch # User Pavel Jank # Date 1017822568 0 # Node ID 493f53a29dd38f0009cbceca4e09cfed72191ea9 # Parent 412b4760216bd504782c76fdfe9a45e8c3e26a18 Rename variable autoselect-window-p to mouse-autoselect-window. diff -r 412b4760216b -r 493f53a29dd3 etc/NEWS --- a/etc/NEWS Wed Apr 03 05:10:19 2002 +0000 +++ b/etc/NEWS Wed Apr 03 08:29:28 2002 +0000 @@ -87,9 +87,10 @@ 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