aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-17 16:59:06 +0000
committerRichard M. Stallman2002-02-17 16:59:06 +0000
commit9b474b4ec0c7563a26da721c1d4caf9ec4e0536d (patch)
tree2894ff2e9572f2abdd49d746b0f0e5a9f19b4d4e
parentbe0d25b6863857a290fba53006df20f28e26a2a2 (diff)
downloademacs-9b474b4ec0c7563a26da721c1d4caf9ec4e0536d.tar.gz
emacs-9b474b4ec0c7563a26da721c1d4caf9ec4e0536d.zip
Minor rewrites.
-rw-r--r--man/display.texi16
1 files changed, 7 insertions, 9 deletions
diff --git a/man/display.texi b/man/display.texi
index c1150c75100..13a2ad7ddfa 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -644,18 +644,16 @@ you previously set by @code{scroll-left}.
644 The value of the variable @code{automatic-hscroll-margin} controls 644 The value of the variable @code{automatic-hscroll-margin} controls
645how close to the window's edges point is allowed to get before the 645how close to the window's edges point is allowed to get before the
646window will be automatically scrolled. It is measured in columns. 646window will be automatically scrolled. It is measured in columns.
647If the value is 5, then moving point within 5 columns of the edge
648causes horizontal scrolling away from that edge.
647 649
648@vindex automatic-hscroll-step 650@vindex automatic-hscroll-step
649 The variable @code{automatic-hscroll-step} determines how many 651 The variable @code{automatic-hscroll-step} determines how many
650columns to scroll the window when point gets too close to its edge. 652columns to scroll the window when point gets too close to the edge.
651When point is closer to the window's edge than the number of columns 653If it's zero, horizontal scrolling centers point horizontally within
652given by @code{automatic-hscroll-margin}, automatic horizontal 654the window. If it's a positive integer, it specifies the number of
653scrolling will scroll the window by the amount of columns determined 655columns to scroll by. If it's a floating-point number, it specifies
654by this variable. If the value of @code{automatic-hscroll-step} is a 656the fraction of the window's width to scroll by. The default is zero.
655positive integer, the window is scrolled that many columns. If it's a
656floating-point number, it specifies the fraction of the window's width
657to scroll. If it's zero, point will be centered horizontally after
658the scroll. The default is zero.
659 657
660@vindex automatic-hscrolling 658@vindex automatic-hscrolling
661 To disable automatic horizontal scrolling, set the variable 659 To disable automatic horizontal scrolling, set the variable