aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-13 01:30:48 +0000
committerLuc Teirlinck2004-07-13 01:30:48 +0000
commit0925fc3e7757122d0f1d525144076b6e0cd43c14 (patch)
tree924070b29217f9c4faf47c3e8d31697545b6ad23
parent01df0a6d3af666a4cd277d4ae5dacd95b58fa5e7 (diff)
downloademacs-0925fc3e7757122d0f1d525144076b6e0cd43c14.tar.gz
emacs-0925fc3e7757122d0f1d525144076b6e0cd43c14.zip
(Split Window): Fix typo.
-rw-r--r--man/windows.texi2
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
126inevitable. If this variable is @code{nil}, then @kbd{C-x 2} tries to 126inevitable. If this variable is @code{nil}, then @kbd{C-x 2} tries to
127avoid scrolling the text currently visible on the screen, by putting 127avoid scrolling the text currently visible on the screen, by putting
128point in each window at a position already visible in the window. It 128point in each window at a position already visible in the window. It
129also selects whichever window contain the screen line that the cursor 129also selects whichever window contains the screen line that the cursor
130was previously on. Some users prefer the latter mode on slow 130was previously on. Some users prefer the latter mode on slow
131terminals. 131terminals.
132 132