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 *** --- lispref/windows.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lispref') diff --git a/lispref/windows.texi b/lispref/windows.texi index 5d46ed35e9d..95a6c5f7f92 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -1517,9 +1517,11 @@ left you can scroll, but eventually all the text will disappear off the left edge. In Emacs 21, redisplay automatically alters the horizontal scrolling -of a window as necessary to ensure that point is always visible. -However, you can still set the horizontal scrolling value explicitly. -The value you specify will be used, provided it leaves point visible. +of a window as necessary to ensure that point is always visible, if +@code{automatic-hscrolling} is set. However, you can still set the +horizontal scrolling value explicitly. The value you specify serves as +a lower bound for automatic scrolling, i.e. automatic scrolling +will not scroll a window to a column less than the specified one. @deffn Command scroll-left &optional count This function scrolls the selected window @var{count} columns to the -- cgit v1.2.1