[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/windows.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/windows.texi |
Date: |
Sun, 03 Jul 2005 12:39:00 -0400 |
Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.83 emacs/lispref/windows.texi:1.84
*** emacs/lispref/windows.texi:1.83 Sat Jun 25 14:08:34 2005
--- emacs/lispref/windows.texi Sun Jul 3 16:39:00 2005
***************
*** 1523,1531 ****
@end defopt
@defopt scroll-preserve-screen-position
! If this option is address@hidden, the scroll functions move point so
! that the vertical position of the cursor is unchanged, when that is
! possible.
@end defopt
@defopt next-screen-context-lines
--- 1523,1534 ----
@end defopt
@defopt scroll-preserve-screen-position
! 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 address@hidden and not @code{t}, then the scrolling functions
! always preserve the vertical position of point, if possible.
@end defopt
@defopt next-screen-context-lines
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/windows.texi,
Richard M . Stallman <=