From 090f7baafbc5ef176fb9658b838fd7c9835c91a9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 12 Feb 2000 19:37:56 +0000 Subject: [PATCH] (syms_of_xdisp): Doc fix for scroll-conservatively. --- src/xdisp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5