diff options
| author | Chong Yidong | 2013-01-06 11:10:18 +0800 |
|---|---|---|
| committer | Chong Yidong | 2013-01-06 11:10:18 +0800 |
| commit | 04c48b1409e866b125f7a40d79b3cdd3c5b065fd (patch) | |
| tree | 11ba035a80182deeb0df1532d9502de9fa72ee4d | |
| parent | 89cb305ef1ef3140164f816e1d0247d6b77c60b8 (diff) | |
| download | emacs-04c48b1409e866b125f7a40d79b3cdd3c5b065fd.tar.gz emacs-04c48b1409e866b125f7a40d79b3cdd3c5b065fd.zip | |
* windows.texi (Vertical Scrolling): Fix typos.
Fixes: debbugs:13267
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d0f130135d2..f583803be83 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-06 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Vertical Scrolling): Fix typos (Bug#13267). | ||
| 4 | |||
| 1 | 2013-01-05 Glenn Morris <rgm@gnu.org> | 5 | 2013-01-05 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * display.texi (Overlay Properties): Mention field. (Bug#13364) | 7 | * display.texi (Overlay Properties): Mention field. (Bug#13364) |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 589f4623b69..cca337df4fb 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -3054,10 +3054,11 @@ pixels. In this case, the return value is @var{lines}. | |||
| 3054 | @end defun | 3054 | @end defun |
| 3055 | 3055 | ||
| 3056 | @defvar auto-window-vscroll | 3056 | @defvar auto-window-vscroll |
| 3057 | If this variable is non-@code{nil}, the line-move, scroll-up, and | 3057 | If this variable is non-@code{nil}, the @code{line-move}, |
| 3058 | scroll-down functions will automatically modify the vertical scroll | 3058 | @code{scroll-up}, and @code{scroll-down} functions will automatically |
| 3059 | position to scroll through display rows that are taller than the height | 3059 | modify the vertical scroll position to scroll through display rows |
| 3060 | of the window, for example in the presence of large images. | 3060 | that are taller than the height of the window, for example in the |
| 3061 | presence of large images. | ||
| 3061 | @end defvar | 3062 | @end defvar |
| 3062 | 3063 | ||
| 3063 | @node Horizontal Scrolling | 3064 | @node Horizontal Scrolling |