]> git.eshelyaron.com Git - emacs.git/commitdiff
(split-window-vertically): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 18:29:22 +0000 (18:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 18:29:22 +0000 (18:29 +0000)
lisp/window.el

index bd3727cd3f7b36951b81e1ea9780ba7ed20cef42..433ba731ea14f5e8a30f3a458806c86add6bd3a9 100644 (file)
@@ -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.