]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Doc fix for scroll-conservatively.
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:37:56 +0000 (19:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:37:56 +0000 (19:37 +0000)
src/xdisp.c

index 7a3f25c5494df1f24c6e611df446baf167fe9e63..e0206ca7ad392493c29e71f6fed94297d34226b4 100644 (file)
@@ -12922,7 +12922,9 @@ If that fails to bring point back on frame, point is centered instead.\n\
 If this is zero, point is always centered after it moves off frame.");
 
   DEFVAR_INT ("scroll-conservatively", &scroll_conservatively,
-    "*Scroll up to this many lines, to bring point back on screen.");
+    "*Scroll up to this many lines, to bring point back on screen.\n\
+A value of zero means to scroll the text to center point vertically\n\
+in the window.");
   scroll_conservatively = 0;
 
   DEFVAR_INT ("scroll-margin", &scroll_margin,