aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-07 11:38:28 +0000
committerRichard M. Stallman2002-07-07 11:38:28 +0000
commitfa8b06c24a6835db3e6eaba6874f89cf0e67effd (patch)
tree24487a08241ee68e992080e23eefb600525d2a61
parentffa7d02ad8cc2c06b71972782e1d8e8f9d139c72 (diff)
downloademacs-fa8b06c24a6835db3e6eaba6874f89cf0e67effd.tar.gz
emacs-fa8b06c24a6835db3e6eaba6874f89cf0e67effd.zip
Add mouse-autoselect-window.
-rw-r--r--man/windows.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/windows.texi b/man/windows.texi
index 40546850c1c..bc6347c53ed 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -176,6 +176,11 @@ next window in the standard cyclic order.)
176buffers visible in two windows, by moving through them to the next 176buffers visible in two windows, by moving through them to the next
177mismatch. @xref{Comparing Files}, for details. 177mismatch. @xref{Comparing Files}, for details.
178 178
179@vindex mouse-autoselect-window
180 If you set @code{mouse-autoselect-window} to a non-@code{nil} value,
181moving the mouse into a different window selects that window. This
182feature is off by default.
183
179@node Pop Up Window 184@node Pop Up Window
180@section Displaying in Another Window 185@section Displaying in Another Window
181 186