diff options
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r-- | doc/emacs/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index b7c8825efa2..cf4f0414523 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -270,7 +270,7 @@ either at the top or bottom of the window depending on the scroll direction. By default, @code{scroll-conservatively} is@tie{}0, which means to always center point in the window. This said, in minibuffer windows, scrolling is always conservative by -default because @code{scroll-minibuffer-conservatively} is non-nil, +default because @code{scroll-minibuffer-conservatively} is non-@code{nil}, which takes precedence over @code{scroll-conservatively}. @vindex scroll-step |