diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-28 20:12:35 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-28 20:12:35 +0000 |
commit | 74cef4e6cd2e4307a2356b3e98f371c0c29f91f3 (patch) | |
tree | 0022eaa78ceae422e12c0c8e820281d55a2f3ac3 /lispref/windows.texi | |
parent | 37ed1e56952288e59e79f0de80cfd22af49de5a1 (diff) | |
download | emacs-74cef4e6cd2e4307a2356b3e98f371c0c29f91f3.tar.gz |
scroll-up-aggressively: 0.5 not equivalent to nil.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index eedc030d26e..2127de0c910 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -1317,8 +1317,7 @@ window scrolls up because point is above the window start, the new start position is chosen to put point @var{f} part of the window height from the top. The larger @var{f}, the more aggressive the scrolling. -A value of @code{nil} is equivalent to .5, since it centers point. This -variable automatically becomes buffer-local when set in any fashion. +This variable automatically becomes buffer-local when set in any fashion. @end defopt @defopt scroll-down-aggressively |