]> git.eshelyaron.com Git - emacs.git/commitdiff
Document current-line hscrolling in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 May 2017 16:15:40 +0000 (19:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 May 2017 16:15:40 +0000 (19:15 +0300)
* doc/lispref/windows.texi (Horizontal Scrolling): Document the
new mode of auto-hscrolling only the current line.

doc/lispref/windows.texi

index 3a9257e05af5a5a3bafffc145ba8e91451241192..d9b4b743a3b869c6a4100d0c1fba0bba8320e903 100644 (file)
@@ -4249,6 +4249,13 @@ 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.
 
+  The default value of @code{auto-hscroll-mode} is @code{t}; setting
+it to @code{current-line} activates a variant of automatic horizontal
+scrolling whereby only the line showing the cursor is horizontally
+scrolled to make point visible, the rest of the window is left either
+unscrolled, or at the minimum scroll amount set by @code{scroll-left}
+and @code{scroll-right}, see below.
+
 @deffn Command scroll-left &optional count set-minimum
 This function scrolls the selected window @var{count} columns to the
 left (or to the right if @var{count} is negative).  The default