diff options
| author | Richard M. Stallman | 2005-07-03 16:39:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-03 16:39:00 +0000 |
| commit | dd25d0222f956232fb9cd0e49e644a85ff0b7709 (patch) | |
| tree | 45d899d548a9781f7d582f77d51942a98daf927c | |
| parent | fbbad95fff0641e56337e0eca56b4f46d3f07e47 (diff) | |
| download | emacs-dd25d0222f956232fb9cd0e49e644a85ff0b7709.tar.gz emacs-dd25d0222f956232fb9cd0e49e644a85ff0b7709.zip | |
(Textual Scrolling): Doc 3 values for scroll-preserve-screen-position.
| -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. | |||
| 1523 | @end defopt | 1523 | @end defopt |
| 1524 | 1524 | ||
| 1525 | @defopt scroll-preserve-screen-position | 1525 | @defopt scroll-preserve-screen-position |
| 1526 | If this option is non-@code{nil}, the scroll functions move point so | 1526 | If this option is @code{t}, scrolling which would move the current |
| 1527 | that the vertical position of the cursor is unchanged, when that is | 1527 | point position out of the window chooses the new position of point |
| 1528 | possible. | 1528 | so that the vertical position of the cursor is unchanged, if possible. |
| 1529 | |||
| 1530 | If it is non-@code{nil} and not @code{t}, then the scrolling functions | ||
| 1531 | always 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 |