From: Eli Zaretskii Date: Tue, 23 Jan 2001 11:32:56 +0000 (+0000) Subject: (syms_of_window) : Doc fix. X-Git-Tag: emacs-pretest-21.0.96~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2afb2f41d0260fae2c5b2030d567c5e768dbc6f8;p=emacs.git (syms_of_window) : Doc fix. --- diff --git a/src/window.c b/src/window.c index 80400ddfc85..e507254f8c0 100644 --- a/src/window.c +++ b/src/window.c @@ -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",