diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-10 10:46:58 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-10 10:46:58 +0000 |
commit | 765712a7012ea230e5056a46a5312c41603f955c (patch) | |
tree | 66cca142814167587b2d382b2bf1709f714f3741 /lispref/windows.texi | |
parent | 016fbe59f0fe49c55cd906aee6e1869298431caa (diff) | |
download | emacs-765712a7012ea230e5056a46a5312c41603f955c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index 2127de0c910..b8ba56bfff7 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -1306,6 +1306,9 @@ window. If the value is a positive integer @var{n}, then redisplay scrolls the window up to @var{n} lines in either direction, if that will bring point back into view. Otherwise, it centers point. The default value is zero. + +A value of @code{nil} is equivalent to .5, since it centers point. This +variable automatically becomes buffer-local when set in any fashion. @end defopt @defopt scroll-up-aggressively |