From: Chong Yidong Date: Sat, 26 Mar 2011 16:20:16 +0000 (-0400) Subject: * doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion. X-Git-Tag: emacs-pretest-24.0.90~104^3~89 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5c9f40f3a8e9ec614d01fbe915c4eb2aaeb1097;p=emacs.git * doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6fa1941c53e..edd66bddfdf 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2011-03-26 Chong Yidong + + * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion. + 2011-03-11 Eli Zaretskii * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index aad061b33d9..5df8401d918 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -195,15 +195,15 @@ how aggressively it scrolls by setting the variables The value of @code{scroll-up-aggressively} should be either @code{nil}, or a fraction @var{f} between 0 and 1. A fraction specifies where on the screen to put point when scrolling upward: when -a window scrolls up because point is above the window start, the new -start position is chosen to put point @var{f} parts of the window -height from the top. Thus, larger @var{f} means more aggressive +a window scrolls up because point below the window end, the new start +position is chosen to put point @var{f} parts of the window height +from the bottom. Thus, larger @var{f} means more aggressive scrolling. The default value, @code{nil}, is equivalent to 0.5. Likewise, @code{scroll-down-aggressively} is used for scrolling -down. The value specifies how far point should be placed from the -bottom of the window; thus, as with @code{scroll-up-aggressively}, a -larger value is more aggressive. +down. The value specifies how far point should be placed from the top +of the window; thus, as with @code{scroll-up-aggressively}, a larger +value is more aggressive. @vindex scroll-margin The variable @code{scroll-margin} restricts how close point can come