mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-06 08:54:05 +00:00
(Textual Scrolling): Doc 3 values for scroll-preserve-screen-position.
This commit is contained in:
parent
fbbad95fff
commit
dd25d0222f
@ -1523,9 +1523,12 @@ does not work with @code{scroll-margin}. The default value is zero.
|
|||||||
@end defopt
|
@end defopt
|
||||||
|
|
||||||
@defopt scroll-preserve-screen-position
|
@defopt scroll-preserve-screen-position
|
||||||
If this option is non-@code{nil}, the scroll functions move point so
|
If this option is @code{t}, scrolling which would move the current
|
||||||
that the vertical position of the cursor is unchanged, when that is
|
point position out of the window chooses the new position of point
|
||||||
possible.
|
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
|
@end defopt
|
||||||
|
|
||||||
@defopt next-screen-context-lines
|
@defopt next-screen-context-lines
|
||||||
|
Loading…
Reference in New Issue
Block a user