comparison lispref/windows.texi @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents bb71c6cf2009 1ad36ea03bdd
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
1521 only by precisely @var{n} lines, not a smaller number. This feature 1521 only by precisely @var{n} lines, not a smaller number. This feature
1522 does not work with @code{scroll-margin}. The default value is zero. 1522 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
1532 The value of this variable is the number of lines of continuity to 1535 The value of this variable is the number of lines of continuity to
1533 retain when scrolling by full screens. For example, @code{scroll-up} 1536 retain when scrolling by full screens. For example, @code{scroll-up}