diff options
| author | Eli Zaretskii | 2002-03-03 17:38:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-03 17:38:24 +0000 |
| commit | 0594fc7f6acfe8702e70b49976ab2b419878bac2 (patch) | |
| tree | 95bfe440233f818ea31b49ab3aac12b9caffcbb8 | |
| parent | c86cd4e4589fbb1a9b30ff70bde77ebe7739cc95 (diff) | |
| download | emacs-0594fc7f6acfe8702e70b49976ab2b419878bac2.tar.gz emacs-0594fc7f6acfe8702e70b49976ab2b419878bac2.zip | |
(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.
| -rw-r--r-- | lispref/windows.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 1548 | left you can scroll, but eventually all the text will disappear off the | 1548 | left you can scroll, but eventually all the text will disappear off the |
| 1549 | left edge. | 1549 | left edge. |
| 1550 | 1550 | ||
| 1551 | @vindex automatic-hscrolling | 1551 | @vindex auto-hscroll-mode |
| 1552 | In Emacs 21, redisplay automatically alters the horizontal scrolling | 1552 | In Emacs 21, redisplay automatically alters the horizontal scrolling |
| 1553 | of a window as necessary to ensure that point is always visible, if | 1553 | of a window as necessary to ensure that point is always visible, if |
| 1554 | @code{automatic-hscrolling} is set. However, you can still set the | 1554 | @code{auto-hscroll-mode} is set. However, you can still set the |
| 1555 | horizontal scrolling value explicitly. The value you specify serves as | 1555 | horizontal scrolling value explicitly. The value you specify serves as |
| 1556 | a lower bound for automatic scrolling, i.e. automatic scrolling | 1556 | a lower bound for automatic scrolling, i.e. automatic scrolling |
| 1557 | will not scroll a window to a column less than the specified one. | 1557 | will not scroll a window to a column less than the specified one. |