diff options
| -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 |