diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-03-03 17:36:21 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-03 17:36:21 +0000 |
commit | 1347d67c3b8d4eefac3003233ebceb0c62abfacb (patch) | |
tree | a7a16b05678834ccd0da2a5e16cabe34bdb2a361 /man | |
parent | 46a8e18abf8e9e1bb675ec4e148f6b5fed147c98 (diff) | |
download | emacs-1347d67c3b8d4eefac3003233ebceb0c62abfacb.tar.gz |
(Horizontal Scrolling): Rename automatic-hscrolling, automatic-hscroll-step
and automatic-hscroll-margin to, respectively, auto-hscroll-mode,
hscroll-step, and hscroll-margin.
Diffstat (limited to 'man')
-rw-r--r-- | man/display.texi | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/man/display.texi b/man/display.texi index 13a2ad7ddfa..3bc68079fe7 100644 --- a/man/display.texi +++ b/man/display.texi @@ -640,24 +640,24 @@ for automatic horizontal scrolling. Automatic scrolling will continue to scroll the window, but never farther to the right than the amount you previously set by @code{scroll-left}. -@vindex automatic-hscroll-margin - The value of the variable @code{automatic-hscroll-margin} controls -how close to the window's edges point is allowed to get before the -window will be automatically scrolled. It is measured in columns. -If the value is 5, then moving point within 5 columns of the edge -causes horizontal scrolling away from that edge. - -@vindex automatic-hscroll-step - The variable @code{automatic-hscroll-step} determines how many -columns to scroll the window when point gets too close to the edge. -If it's zero, horizontal scrolling centers point horizontally within -the window. If it's a positive integer, it specifies the number of +@vindex hscroll-margin + The value of the variable @code{hscroll-margin} controls how close +to the window's edges point is allowed to get before the window will +be automatically scrolled. It is measured in columns. If the value +is 5, then moving point within 5 columns of the edge causes horizontal +scrolling away from that edge. + +@vindex hscroll-step + The variable @code{hscroll-step} determines how many columns to +scroll the window when point gets too close to the edge. If it's +zero, horizontal scrolling centers point horizontally within the +window. If it's a positive integer, it specifies the number of columns to scroll by. If it's a floating-point number, it specifies the fraction of the window's width to scroll by. The default is zero. -@vindex automatic-hscrolling +@vindex auto-hscroll-mode To disable automatic horizontal scrolling, set the variable -@code{automatic-hscrolling} to @code{nil}. +@code{auto-hscroll-mode} to @code{nil}. @node Follow Mode @section Follow Mode |