changeset 31041:240df9dae7a7

Document the automatic hscrolling.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 10:22:08 +0000
parents 5c62643e2061
children bff0e9c38c5d
files man/display.texi
diffstat 1 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Tue Aug 22 10:15:49 2000 +0000
+++ b/man/display.texi	Tue Aug 22 10:22:08 2000 +0000
@@ -172,14 +172,12 @@
 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