aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/windows.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 5a58c31f39a..ec372d98aa8 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -1523,9 +1523,12 @@ does not work with @code{scroll-margin}. The default value is zero.
1523@end defopt 1523@end defopt
1524 1524
1525@defopt scroll-preserve-screen-position 1525@defopt scroll-preserve-screen-position
1526If this option is non-@code{nil}, the scroll functions move point so 1526If this option is @code{t}, scrolling which would move the current
1527that the vertical position of the cursor is unchanged, when that is 1527point position out of the window chooses the new position of point
1528possible. 1528so that the vertical position of the cursor is unchanged, if possible.
1529
1530If it is non-@code{nil} and not @code{t}, then the scrolling functions
1531always preserve the vertical position of point, if possible.
1529@end defopt 1532@end defopt
1530 1533
1531@defopt next-screen-context-lines 1534@defopt next-screen-context-lines