From: Richard M. Stallman Date: Sat, 1 Dec 2007 22:44:08 +0000 (+0000) Subject: (syms_of_xdisp) : Doc fix. X-Git-Tag: emacs-pretest-22.1.90~297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0f44b7145d9876b4946c7f324d2ba2d06194922;p=emacs.git (syms_of_xdisp) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2a340264d17..90768f33c4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-12-01 Richard Stallman + + * xdisp.c (syms_of_xdisp) : Doc fix. + 2007-11-30 YAMAMOTO Mitsuharu * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]: diff --git a/src/xdisp.c b/src/xdisp.c index 9a5131a047b..13660f413e7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24104,8 +24104,12 @@ If you want scrolling to always be a line at a time, you should set DEFVAR_INT ("scroll-conservatively", &scroll_conservatively, doc: /* *Scroll up to this many lines, to bring point back on screen. -A value of zero means to scroll the text to center point vertically -in the window. */); +If point moves off-screen, redisplay will scroll by up to +`scroll-conservatively' lines in order to bring point just barely +onto the screen again. If that cannot be done, then redisplay +recenters point as usual. + +A value of zero means always recenter point if it moves off screen. */); scroll_conservatively = 0; DEFVAR_INT ("scroll-margin", &scroll_margin,