diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 10:22:08 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 10:22:08 +0000 |
commit | a09724c4fc463f8261bfe5b80c35ce9e542d71e3 (patch) | |
tree | 6f64637b88390e52f29b6d3b781cb83628270516 /man | |
parent | 6e612d4d0416a8c97e5a60c0bdde90fcbd3dcbee (diff) | |
download | emacs-a09724c4fc463f8261bfe5b80c35ce9e542d71e3.tar.gz |
Document the automatic hscrolling.
Diffstat (limited to 'man')
-rw-r--r-- | man/display.texi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi index 3c2e2b92794..074390d9b4f 100644 --- a/man/display.texi +++ b/man/display.texi @@ -172,14 +172,12 @@ attempting to do so has no effect. This means that you don't have to calculate the argument precisely for @w{@kbd{C-x >}}; any sufficiently large argument will restore the normal display. -@cindex Hscroll mode -@cindex mode, Hscroll -@findex hscroll-mode - You can request automatic horizontal scrolling by enabling Hscroll -mode. When this mode is enabled, Emacs scrolls a window horizontally -whenever that is necessary to keep point visible and not too far from -the left or right edge. The command to enable or disable this mode is -@kbd{M-x hscroll-mode}. +@cindex horizontal scrolling +@vindex automatic-hscrolling + Emacs automatically scrolls a window horizontally whenever that is +necessary to keep point visible and not too far from the left or right +edge. If you don't want this, customize the variable +@code{automatic-hscrolling} and set it to nil. @node Follow Mode @section Follow Mode |