# HG changeset patch # User Richard M. Stallman # Date 896034562 0 # Node ID 5750539e01e78378273e9d47955e913f80066275 # Parent 9a2d76cd1da44e73014e8d589c80609b8e2d7296 (split-window-vertically): Doc fix. diff -r 9a2d76cd1da4 -r 5750539e01e7 lisp/window.el --- 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.