diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:39:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:39:00 +0000 |
commit | dd25d0222f956232fb9cd0e49e644a85ff0b7709 (patch) | |
tree | 45d899d548a9781f7d582f77d51942a98daf927c /lispref/windows.texi | |
parent | fbbad95fff0641e56337e0eca56b4f46d3f07e47 (diff) | |
download | emacs-dd25d0222f956232fb9cd0e49e644a85ff0b7709.tar.gz |
(Textual Scrolling): Doc 3 values for scroll-preserve-screen-position.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 9 |
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. @end defopt @defopt scroll-preserve-screen-position -If this option is non-@code{nil}, the scroll functions move point so -that the vertical position of the cursor is unchanged, when that is -possible. +If this option is @code{t}, scrolling which would move the current +point position out of the window chooses the new position of point +so that the vertical position of the cursor is unchanged, if possible. + +If it is non-@code{nil} and not @code{t}, then the scrolling functions +always preserve the vertical position of point, if possible. @end defopt @defopt next-screen-context-lines |