aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-01 13:38:09 +0000
committerPavel Janík2002-04-01 13:38:09 +0000
commitd86fddc97ff88ec03857954600afd7babf0fc096 (patch)
treedd2a4576d45fed21bb8de942059283b4eb50aadd
parent2407f4e124f9b17cd2caf786135bc76e17b0df17 (diff)
downloademacs-d86fddc97ff88ec03857954600afd7babf0fc096.tar.gz
emacs-d86fddc97ff88ec03857954600afd7babf0fc096.zip
Rename x-autoselect-window to autoselect-window.
Minibuffer window can be selected only when it is active.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27f5114aa8d..0bd04163dbd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,9 +87,9 @@ gives the fraction of the window's width to scroll the window.
87The old name is still available as an alias. 87The old name is still available as an alias.
88 88
89** New display feature: focus follows mouse. If you set the variable 89** New display feature: focus follows mouse. If you set the variable
90x-autoselect-window to non-nil value, moving the mouse to a different 90autoselect-window to non-nil value, moving the mouse to a different Emacs
91Emacs window will select that window. The default is nil, so that 91window will select that window (minibuffer window can be selected only when
92this feature is not enabled. 92it is active). The default is nil, so that this feature is not enabled.
93 93
94** The new command `describe-text-at' pops up a buffer with description 94** The new command `describe-text-at' pops up a buffer with description
95of text properties, overlays, and widgets at point, and lets you get 95of text properties, overlays, and widgets at point, and lets you get