diff options
| author | Richard M. Stallman | 1998-05-24 18:29:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-24 18:29:22 +0000 |
| commit | 3e9890d1ebffc095829d9460b8472d1e0d3f0d77 (patch) | |
| tree | ed95520f8f618d4af3332baf8bfc67a0a41b2a8e | |
| parent | 500f12df892637116a998dfd7deda9a4e1ed09ae (diff) | |
| download | emacs-3e9890d1ebffc095829d9460b8472d1e0d3f0d77.tar.gz emacs-3e9890d1ebffc095829d9460b8472d1e0d3f0d77.zip | |
(split-window-vertically): Doc fix.
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index bd3727cd3f7..433ba731ea1 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -157,7 +157,7 @@ Negative arg means select the size of the lowermost window instead. | |||
| 157 | With no argument, split equally or close to it. | 157 | With no argument, split equally or close to it. |
| 158 | Both windows display the same buffer now current. | 158 | Both windows display the same buffer now current. |
| 159 | 159 | ||
| 160 | If the variable split-window-keep-point is non-nil, both new windows | 160 | If the variable `split-window-keep-point' is non-nil, both new windows |
| 161 | will get the same value of point as the current window. This is often | 161 | will get the same value of point as the current window. This is often |
| 162 | more convenient for editing. | 162 | more convenient for editing. |
| 163 | 163 | ||