aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-03 16:39:00 +0000
committerRichard M. Stallman2005-07-03 16:39:00 +0000
commitdd25d0222f956232fb9cd0e49e644a85ff0b7709 (patch)
tree45d899d548a9781f7d582f77d51942a98daf927c
parentfbbad95fff0641e56337e0eca56b4f46d3f07e47 (diff)
downloademacs-dd25d0222f956232fb9cd0e49e644a85ff0b7709.tar.gz
emacs-dd25d0222f956232fb9cd0e49e644a85ff0b7709.zip
(Textual Scrolling): Doc 3 values for scroll-preserve-screen-position.
-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