Mercurial > emacs
changeset 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 | ed2bfda96161 |
children | fe108abb04e5 |
files | src/xdisp.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sat Feb 12 18:09:26 2000 +0000 +++ b/src/xdisp.c Sat Feb 12 19:37:56 2000 +0000 @@ -12922,7 +12922,9 @@ 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,