Mercurial > emacs
changeset 22216:5750539e01e7
(split-window-vertically): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 May 1998 18:29:22 +0000 |
parents | 9a2d76cd1da4 |
children | e83578642825 |
files | lisp/window.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Sun May 24 17:16:20 1998 +0000 +++ b/lisp/window.el Sun May 24 18:29:22 1998 +0000 @@ -157,7 +157,7 @@ With no argument, split equally or close to it. Both windows display the same buffer now current. -If the variable split-window-keep-point is non-nil, both new windows +If the variable `split-window-keep-point' is non-nil, both new windows will get the same value of point as the current window. This is often more convenient for editing.