1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

Rename x-autoselect-window to autoselect-window.

Minibuffer window can be selected only when it is active.
This commit is contained in:
Pavel Janík 2002-04-01 13:38:09 +00:00
parent 2407f4e124
commit d86fddc97f

View File

@ -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. The old name is still available as an alias.
** New display feature: focus follows mouse. If you set the variable ** New display feature: focus follows mouse. If you set the variable
x-autoselect-window to non-nil value, moving the mouse to a different autoselect-window to non-nil value, moving the mouse to a different Emacs
Emacs window will select that window. The default is nil, so that window will select that window (minibuffer window can be selected only when
this feature is not enabled. 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 ** The new command `describe-text-at' pops up a buffer with description
of text properties, overlays, and widgets at point, and lets you get of text properties, overlays, and widgets at point, and lets you get