diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-07-13 01:30:48 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-07-13 01:30:48 +0000 |
commit | 0925fc3e7757122d0f1d525144076b6e0cd43c14 (patch) | |
tree | 924070b29217f9c4faf47c3e8d31697545b6ad23 /man/windows.texi | |
parent | 01df0a6d3af666a4cd277d4ae5dacd95b58fa5e7 (diff) | |
download | emacs-0925fc3e7757122d0f1d525144076b6e0cd43c14.tar.gz |
(Split Window): Fix typo.
Diffstat (limited to 'man/windows.texi')
-rw-r--r-- | man/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/windows.texi b/man/windows.texi index 100abaf3c93..f9b4003f038 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -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. |