diff options
| author | Luc Teirlinck | 2004-07-13 01:30:48 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-13 01:30:48 +0000 |
| commit | 0925fc3e7757122d0f1d525144076b6e0cd43c14 (patch) | |
| tree | 924070b29217f9c4faf47c3e8d31697545b6ad23 | |
| parent | 01df0a6d3af666a4cd277d4ae5dacd95b58fa5e7 (diff) | |
| download | emacs-0925fc3e7757122d0f1d525144076b6e0cd43c14.tar.gz emacs-0925fc3e7757122d0f1d525144076b6e0cd43c14.zip | |
(Split Window): Fix typo.
| -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 | |||
| 126 | inevitable. If this variable is @code{nil}, then @kbd{C-x 2} tries to | 126 | inevitable. If this variable is @code{nil}, then @kbd{C-x 2} tries to |
| 127 | avoid scrolling the text currently visible on the screen, by putting | 127 | avoid scrolling the text currently visible on the screen, by putting |
| 128 | point in each window at a position already visible in the window. It | 128 | point in each window at a position already visible in the window. It |
| 129 | also selects whichever window contain the screen line that the cursor | 129 | also selects whichever window contains the screen line that the cursor |
| 130 | was previously on. Some users prefer the latter mode on slow | 130 | was previously on. Some users prefer the latter mode on slow |
| 131 | terminals. | 131 | terminals. |
| 132 | 132 | ||