(Horizontal Scrolling): Re-word to remove widow.
This commit is contained in:
parent
753ad1dec4
commit
0ede1428e1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue