1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

* windows.texi (Vertical Scrolling): Fix typos.

Fixes: debbugs:13267
This commit is contained in:
Chong Yidong 2013-01-06 11:10:18 +08:00
parent 89cb305ef1
commit 04c48b1409
2 changed files with 9 additions and 4 deletions

View 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)

View 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