From: Richard M. Stallman Date: Sun, 24 May 1998 18:29:22 +0000 (+0000) Subject: (split-window-vertically): Doc fix. X-Git-Tag: emacs-20.3~861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e9890d1ebffc095829d9460b8472d1e0d3f0d77;p=emacs.git (split-window-vertically): Doc fix. --- 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. 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.