]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_window) <scroll-preserve-screen-position>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 23 Jan 2001 11:32:56 +0000 (11:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 23 Jan 2001 11:32:56 +0000 (11:32 +0000)
src/window.c

index 80400ddfc855f95fddb279d24af69c71547d73dc..e507254f8c0c9d7a48f16fc5b22fc83b7b74f3a3 100644 (file)
@@ -5801,7 +5801,7 @@ If there is only one window, it is split regardless of this value.");
 
   DEFVAR_LISP ("scroll-preserve-screen-position",
               &Vscroll_preserve_screen_position,
-    "*Nonzero means scroll commands move point to keep its screen line unchanged.");
+    "*Non-nil means scroll commands move point to keep its screen line unchanged.");
   Vscroll_preserve_screen_position = Qnil;
 
   DEFVAR_LISP ("window-configuration-change-hook",