changeset 63951:1ad36ea03bdd

(Textual Scrolling): Doc 3 values for scroll-preserve-screen-position.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 2005 16:39:00 +0000
parents a56fccc4986b
children 4133ed695908
files lispref/windows.texi
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/windows.texi	Sun Jul 03 16:38:17 2005 +0000
+++ b/lispref/windows.texi	Sun Jul 03 16:39:00 2005 +0000
@@ -1523,9 +1523,12 @@
 @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