]> code.delx.au - gnu-emacs/commitdiff
Exchange meanings of scroll-up-aggressively and scroll-down-aggressively.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Jan 2002 23:06:28 +0000 (23:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Jan 2002 23:06:28 +0000 (23:06 +0000)
Delete text erroneously added for scroll-conservatively.

lispref/windows.texi

index a3a865f54b44bdcbb04f7fd7d1014ee571c2ce8f..957132695f86c3427b93c709a551120b2f0f5f45 100644 (file)
@@ -1363,28 +1363,26 @@ window.  If the value is a positive integer @var{n}, then redisplay
 scrolls the window up to @var{n} lines in either direction, if that will
 bring point back into view.  Otherwise, it centers point.  The default
 value is zero.
-
-A value of @code{nil} is equivalent to .5, since it centers point.  This
-variable automatically becomes buffer-local when set in any fashion.
 @end defopt
 
-@defopt scroll-up-aggressively
-@tindex scroll-up-aggressively
+@defopt scroll-down-aggressively
+@tindex scroll-down-aggressively
 The value of this variable should be either @code{nil} or a fraction
 @var{f} between 0 and 1.  If it is a fraction, that specifies where on
-the screen to put point when scrolling upward.  More precisely, when a
-window scrolls up because point is above the window start, the new start
-position is chosen to put point @var{f} part of the window height from
-the top.  The larger @var{f}, the more aggressive the scrolling.
+the screen to put point when scrolling down.  More precisely, when a
+window scrolls down because point is above the window start, the new
+start position is chosen to put point @var{f} part of the window
+height from the top.  The larger @var{f}, the more aggressive the
+scrolling.
 
 A value of @code{nil} is equivalent to .5, since its effect is to center
 point.  This variable automatically becomes buffer-local when set in any
 fashion.
 @end defopt
 
-@defopt scroll-down-aggressively
-@tindex scroll-down-aggressively
-Likewise, for scrolling down.  The value, @var{f}, specifies how far
+@defopt scroll-up-aggressively
+@tindex scroll-up-aggressively
+Likewise, for scrolling up.  The value, @var{f}, specifies how far
 point should be placed from the bottom of the window; thus, as with
 @code{scroll-up-aggressively}, a larger value scrolls more aggressively.
 @end defopt