From 03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 20 Dec 2000 15:37:23 +0000 Subject: *** empty log message *** --- man/display.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man') diff --git a/man/display.texi b/man/display.texi index 65d4d2e8e2b..aa3d7de68b7 100644 --- a/man/display.texi +++ b/man/display.texi @@ -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 -- cgit v1.2.1