comparison lispref/windows.texi @ 42983:f939e64a198b

Exchange meanings of scroll-up-aggressively and scroll-down-aggressively. Delete text erroneously added for scroll-conservatively.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Jan 2002 23:06:28 +0000
parents 20ea28bd07ff
children 0750cae9d8c8
comparison
equal deleted inserted replaced
42982:7c5115d286df 42983:f939e64a198b
1361 then redisplay scrolls the text to center point vertically in the 1361 then redisplay scrolls the text to center point vertically in the
1362 window. If the value is a positive integer @var{n}, then redisplay 1362 window. If the value is a positive integer @var{n}, then redisplay
1363 scrolls the window up to @var{n} lines in either direction, if that will 1363 scrolls the window up to @var{n} lines in either direction, if that will
1364 bring point back into view. Otherwise, it centers point. The default 1364 bring point back into view. Otherwise, it centers point. The default
1365 value is zero. 1365 value is zero.
1366
1367 A value of @code{nil} is equivalent to .5, since it centers point. This
1368 variable automatically becomes buffer-local when set in any fashion.
1369 @end defopt 1366 @end defopt
1370 1367
1371 @defopt scroll-up-aggressively 1368 @defopt scroll-down-aggressively
1372 @tindex scroll-up-aggressively 1369 @tindex scroll-down-aggressively
1373 The value of this variable should be either @code{nil} or a fraction 1370 The value of this variable should be either @code{nil} or a fraction
1374 @var{f} between 0 and 1. If it is a fraction, that specifies where on 1371 @var{f} between 0 and 1. If it is a fraction, that specifies where on
1375 the screen to put point when scrolling upward. More precisely, when a 1372 the screen to put point when scrolling down. More precisely, when a
1376 window scrolls up because point is above the window start, the new start 1373 window scrolls down because point is above the window start, the new
1377 position is chosen to put point @var{f} part of the window height from 1374 start position is chosen to put point @var{f} part of the window
1378 the top. The larger @var{f}, the more aggressive the scrolling. 1375 height from the top. The larger @var{f}, the more aggressive the
1376 scrolling.
1379 1377
1380 A value of @code{nil} is equivalent to .5, since its effect is to center 1378 A value of @code{nil} is equivalent to .5, since its effect is to center
1381 point. This variable automatically becomes buffer-local when set in any 1379 point. This variable automatically becomes buffer-local when set in any
1382 fashion. 1380 fashion.
1383 @end defopt 1381 @end defopt
1384 1382
1385 @defopt scroll-down-aggressively 1383 @defopt scroll-up-aggressively
1386 @tindex scroll-down-aggressively 1384 @tindex scroll-up-aggressively
1387 Likewise, for scrolling down. The value, @var{f}, specifies how far 1385 Likewise, for scrolling up. The value, @var{f}, specifies how far
1388 point should be placed from the bottom of the window; thus, as with 1386 point should be placed from the bottom of the window; thus, as with
1389 @code{scroll-up-aggressively}, a larger value scrolls more aggressively. 1387 @code{scroll-up-aggressively}, a larger value scrolls more aggressively.
1390 @end defopt 1388 @end defopt
1391 1389
1392 @defopt scroll-step 1390 @defopt scroll-step