]> git.eshelyaron.com Git - emacs.git/commitdiff
(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2002 17:38:24 +0000 (17:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2002 17:38:24 +0000 (17:38 +0000)
lispref/windows.texi

index 2869508f9c2be816287caa42f39c9d8f868018ae..8534ce6ca060f7da43249d89f5140f3e0f72047e 100644 (file)
@@ -1548,10 +1548,10 @@ reduce the net horizontal scroll to zero.  There is no limit to how far
 left you can scroll, but eventually all the text will disappear off the
 left edge.
 
-@vindex automatic-hscrolling
+@vindex auto-hscroll-mode
   In Emacs 21, redisplay automatically alters the horizontal scrolling
 of a window as necessary to ensure that point is always visible, if
-@code{automatic-hscrolling} is set.  However, you can still set the
+@code{auto-hscroll-mode} is set.  However, you can still set the
 horizontal scrolling value explicitly.  The value you specify serves as
 a lower bound for automatic scrolling, i.e. automatic scrolling
 will not scroll a window to a column less than the specified one.