X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/108864855af26bace526f90dae725e5db6c65c48..07dfe73898a43069d9d85ef74978e3fc9509773a:/man/windows.texi diff --git a/man/windows.texi b/man/windows.texi index da56c50e4d..f9b4003f03 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000 Free Software Foundation, Inc. +@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Windows, Frames, Buffers, Top @chapter Multiple Windows @@ -126,7 +126,7 @@ point from the window that was split. This means that scrolling is inevitable. If this variable is @code{nil}, then @kbd{C-x 2} tries to avoid scrolling the text currently visible on the screen, by putting point in each window at a position already visible in the window. It -also selects whichever window contain the screen line that the cursor +also selects whichever window contains the screen line that the cursor was previously on. Some users prefer the latter mode on slow terminals. @@ -176,6 +176,11 @@ next window in the standard cyclic order.) buffers visible in two windows, by moving through them to the next mismatch. @xref{Comparing Files}, for details. +@vindex mouse-autoselect-window + If you set @code{mouse-autoselect-window} to a non-@code{nil} value, +moving the mouse into a different window selects that window. This +feature is off by default. + @node Pop Up Window @section Displaying in Another Window @@ -395,3 +400,7 @@ windows together. You can also turn it on by customizing the variable scroll-all-scroll-down-all}, @kbd{M-x scroll-all-page-down-all} and their corresponding ``up'' equivalents. To make this mode useful, you should bind these commands to appropriate keys. + +@ignore + arch-tag: 8bea7453-d4b1-49b1-9bf4-cfe4383e1113 +@end ignore