aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/windows.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 5596a597ca4..c583df2887c 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -1308,6 +1308,26 @@ bring point back into view. Otherwise, it centers point. The default
1308value is zero. 1308value is zero.
1309@end defopt 1309@end defopt
1310 1310
1311@defopt scroll-up-aggressively
1312@tindex scroll-up-aggressively
1313The value of this variable should be either @code{nil} or a fraction
1314@var{f} between 0 and 1. If it is a fraction, that specifies where on
1315the screen to put point when scrolling upward. More precisely, when a
1316window scrolls up because point is above the window start, the new start
1317position is chosen to put point @var{f} part of the window height from
1318the top. The larger @var{f}, the more aggressive the scrolling.
1319
1320A value of @code{nil} is equivalent to .5, since it centers point. This
1321variable automatically becomes buffer-local when set in any fashion.
1322@end defopt
1323
1324@defopt scroll-down-aggressively
1325@tindex scroll-down-aggressively
1326Likewise, for scrolling down. The value, @var{f}, specifies how far
1327point should be placed from the bottom of the window; thus, as with
1328@code{scroll-up-aggressively}, a larger value scrolls more aggressively.
1329@end defopt
1330
1311@defopt scroll-step 1331@defopt scroll-step
1312This variable is an older variant of @code{scroll-conservatively}. The 1332This variable is an older variant of @code{scroll-conservatively}. The
1313difference is that it if its value is @var{n}, that permits scrolling 1333difference is that it if its value is @var{n}, that permits scrolling