From: Gerd Moellmann Date: Sat, 12 Feb 2000 19:37:56 +0000 (+0000) Subject: (syms_of_xdisp): Doc fix for scroll-conservatively. X-Git-Tag: emacs-pretest-21.0.90~5033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=090f7baafbc5ef176fb9658b838fd7c9835c91a9;p=emacs.git (syms_of_xdisp): Doc fix for scroll-conservatively. --- diff --git a/src/xdisp.c b/src/xdisp.c index 7a3f25c5494..e0206ca7ad3 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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,