comparison src/xdisp.c @ 27681:2e811e86c10b

(syms_of_xdisp): Doc fix for scroll-conservatively.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 12 Feb 2000 19:37:56 +0000
parents 6c9ee29e8955
children c2a9f4621f9a
comparison
equal deleted inserted replaced
27680:ed2bfda96161 27681:2e811e86c10b
12920 "*The number of lines to try scrolling a window by when point moves out.\n\ 12920 "*The number of lines to try scrolling a window by when point moves out.\n\
12921 If that fails to bring point back on frame, point is centered instead.\n\ 12921 If that fails to bring point back on frame, point is centered instead.\n\
12922 If this is zero, point is always centered after it moves off frame."); 12922 If this is zero, point is always centered after it moves off frame.");
12923 12923
12924 DEFVAR_INT ("scroll-conservatively", &scroll_conservatively, 12924 DEFVAR_INT ("scroll-conservatively", &scroll_conservatively,
12925 "*Scroll up to this many lines, to bring point back on screen."); 12925 "*Scroll up to this many lines, to bring point back on screen.\n\
12926 A value of zero means to scroll the text to center point vertically\n\
12927 in the window.");
12926 scroll_conservatively = 0; 12928 scroll_conservatively = 0;
12927 12929
12928 DEFVAR_INT ("scroll-margin", &scroll_margin, 12930 DEFVAR_INT ("scroll-margin", &scroll_margin,
12929 "*Number of lines of margin at the top and bottom of a window.\n\ 12931 "*Number of lines of margin at the top and bottom of a window.\n\
12930 Recenter the window whenever point gets within this many lines\n\ 12932 Recenter the window whenever point gets within this many lines\n\