]> git.eshelyaron.com Git - emacs.git/commitdiff
* windows.texi (Vertical Scrolling): Fix typos.
authorChong Yidong <cyd@gnu.org>
Sun, 6 Jan 2013 03:10:18 +0000 (11:10 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 6 Jan 2013 03:10:18 +0000 (11:10 +0800)
Fixes: debbugs:13267
doc/lispref/ChangeLog
doc/lispref/windows.texi

index d0f130135d2f7c449d5e7e033a08ed6b7aa8a30f..f583803be835ecb2bc6ec9988f805722a75f197d 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-06  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
+
 2013-01-05  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Overlay Properties): Mention field.  (Bug#13364)
index 589f4623b69f6f67baa37a3bc0dd58cd5202e9a8..cca337df4fb94a85a821d5498d22dd5d413a85c3 100644 (file)
@@ -3054,10 +3054,11 @@ pixels.  In this case, the return value is @var{lines}.
 @end defun
 
 @defvar auto-window-vscroll
-If this variable is non-@code{nil}, the line-move, scroll-up, and
-scroll-down functions will automatically modify the vertical scroll
-position to scroll through display rows that are taller than the height
-of the window, for example in the presence of large images.
+If this variable is non-@code{nil}, the @code{line-move},
+@code{scroll-up}, and @code{scroll-down} functions will automatically
+modify the vertical scroll position to scroll through display rows
+that are taller than the height of the window, for example in the
+presence of large images.
 @end defvar
 
 @node Horizontal Scrolling