diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-11 02:49:56 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-11 02:49:56 +0000 |
commit | 0ede1428e1dbeba363d65d7ba6b34440e739b9f7 (patch) | |
tree | 4d4602461459e1612a50c3a5367b81f5ea7e0691 /doc/emacs | |
parent | 753ad1dec4317a19d5cc46a251d12f43efc30c09 (diff) | |
download | emacs-0ede1428e1dbeba363d65d7ba6b34440e739b9f7.tar.gz emacs-0ede1428e1dbeba363d65d7ba6b34440e739b9f7.tar.bz2 emacs-0ede1428e1dbeba363d65d7ba6b34440e739b9f7.zip |
(Horizontal Scrolling): Re-word to remove widow.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 96ae59ee6e1..efd543598a8 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -213,9 +213,9 @@ screen. To disable automatic horizontal scrolling, set the variable @vindex hscroll-margin The variable @code{hscroll-margin} controls how close point can get -to the window's edges before the window is automatically scrolled. It +to the window's edges before automatic scrolling occurs. 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. +columns of an edge causes horizontal scrolling away from that edge. @vindex hscroll-step The variable @code{hscroll-step} determines how many columns to |