1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-20 15:37:23 +00:00
parent 3172f70b51
commit 03ff8aabc3
5 changed files with 36 additions and 3 deletions

View file

@ -200,6 +200,12 @@ necessary to keep point visible and not too far from the left or right
edge. If you don't want this, customize the variable
@code{automatic-hscrolling} and set it to nil.
If a window is scrolled horizontally by means of @code{scroll-left}, the
chosen column serves as a lower bound for automatic horizontal
scrolling. Automatic scrolling will continue to scroll the window to
the left, if necessary, but won't scroll it more to the right than the
column set by @code{scroll-left}.
@node Follow Mode
@section Follow Mode
@cindex Follow mode