aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/display.texi14
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
172calculate the argument precisely for @w{@kbd{C-x >}}; any sufficiently large 172calculate the argument precisely for @w{@kbd{C-x >}}; any sufficiently large
173argument will restore the normal display. 173argument will restore the normal display.
174 174
175@cindex Hscroll mode 175@cindex horizontal scrolling
176@cindex mode, Hscroll 176@vindex automatic-hscrolling
177@findex hscroll-mode 177 Emacs automatically scrolls a window horizontally whenever that is
178 You can request automatic horizontal scrolling by enabling Hscroll 178necessary to keep point visible and not too far from the left or right
179mode. When this mode is enabled, Emacs scrolls a window horizontally 179edge. If you don't want this, customize the variable
180whenever that is necessary to keep point visible and not too far from 180@code{automatic-hscrolling} and set it to nil.
181the left or right edge. The command to enable or disable this mode is
182@kbd{M-x hscroll-mode}.
183 181
184@node Follow Mode 182@node Follow Mode
185@section Follow Mode 183@section Follow Mode