Mercurial > emacs
changeset 43665:717f4f88556c
(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 03 Mar 2002 17:38:24 +0000 |
parents | e2407682df3e |
children | a84483ed5134 |
files | lispref/windows.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Sun Mar 03 17:36:21 2002 +0000 +++ b/lispref/windows.texi Sun Mar 03 17:38:24 2002 +0000 @@ -1548,10 +1548,10 @@ 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.