From: Eli Zaretskii Date: Sun, 3 Mar 2002 17:38:24 +0000 (+0000) Subject: (Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode. X-Git-Tag: ttn-vms-21-2-B4~16374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0594fc7f6acfe8702e70b49976ab2b419878bac2;p=emacs.git (Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode. --- diff --git a/lispref/windows.texi b/lispref/windows.texi index 2869508f9c2..8534ce6ca06 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -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.