diff options
| author | Richard M. Stallman | 2002-07-07 11:38:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-07 11:38:28 +0000 |
| commit | fa8b06c24a6835db3e6eaba6874f89cf0e67effd (patch) | |
| tree | 24487a08241ee68e992080e23eefb600525d2a61 | |
| parent | ffa7d02ad8cc2c06b71972782e1d8e8f9d139c72 (diff) | |
| download | emacs-fa8b06c24a6835db3e6eaba6874f89cf0e67effd.tar.gz emacs-fa8b06c24a6835db3e6eaba6874f89cf0e67effd.zip | |
Add mouse-autoselect-window.
| -rw-r--r-- | man/windows.texi | 5 |
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.) | |||
| 176 | buffers visible in two windows, by moving through them to the next | 176 | buffers visible in two windows, by moving through them to the next |
| 177 | mismatch. @xref{Comparing Files}, for details. | 177 | mismatch. @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, | ||
| 181 | moving the mouse into a different window selects that window. This | ||
| 182 | feature 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 | ||