diff options
| author | Glenn Morris | 2012-04-29 23:51:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-29 23:51:44 -0700 |
| commit | a162959e48173bd77707a8f4beac65b28eaa2f78 (patch) | |
| tree | 87dd25697b2c33f631bb56c2b13be10d65cf3ae9 | |
| parent | 2fa85638a036673b63055a86c6bd5b7b789a9d9d (diff) | |
| download | emacs-a162959e48173bd77707a8f4beac65b28eaa2f78.tar.gz emacs-a162959e48173bd77707a8f4beac65b28eaa2f78.zip | |
Tweak page break in display.texi
* doc/emacs/display.texi (Auto Scrolling):
Reword to avoid repetition and improve page break.
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 91f50958920..ecc6aa50ef9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Auto Scrolling): | ||
| 4 | Reword to avoid repetition and improve page break. | ||
| 5 | |||
| 1 | 2012-04-28 Glenn Morris <rgm@gnu.org> | 6 | 2012-04-28 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * xresources.texi (Resources): | 8 | * xresources.texi (Resources): |
| @@ -9225,7 +9230,7 @@ | |||
| 9225 | ;; coding: utf-8 | 9230 | ;; coding: utf-8 |
| 9226 | ;; End: | 9231 | ;; End: |
| 9227 | 9232 | ||
| 9228 | Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. | 9233 | Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. |
| 9229 | 9234 | ||
| 9230 | This file is part of GNU Emacs. | 9235 | This file is part of GNU Emacs. |
| 9231 | 9236 | ||
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 84e81f565cc..de5e8df9dc5 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -260,14 +260,11 @@ placed from the top margin of the window; thus, as with | |||
| 260 | These two variables are ignored if either @code{scroll-step} or | 260 | These two variables are ignored if either @code{scroll-step} or |
| 261 | @code{scroll-conservatively} are set to a non-zero value. | 261 | @code{scroll-conservatively} are set to a non-zero value. |
| 262 | 262 | ||
| 263 | Note that @code{scroll-margin}, described below, limits the amount | ||
| 264 | of scrolling so as to put point outside of the top or bottom margin, | ||
| 265 | even if aggressive scrolling specifies a fraction @var{f} that is | ||
| 266 | larger than the window portion between the top and the bottom margins. | ||
| 267 | |||
| 268 | @vindex scroll-margin | 263 | @vindex scroll-margin |
| 269 | The variable @code{scroll-margin} restricts how close point can come | 264 | The variable @code{scroll-margin} restricts how close point can come |
| 270 | to the top or bottom of a window. Its value is a number of screen | 265 | to the top or bottom of a window (even if aggressive scrolling |
| 266 | specifies a fraction @var{f} that is larger than the window portion | ||
| 267 | between the top and the bottom margins). Its value is a number of screen | ||
| 271 | lines; if point comes within that many lines of the top or bottom of | 268 | lines; if point comes within that many lines of the top or bottom of |
| 272 | the window, Emacs performs automatic scrolling. By default, | 269 | the window, Emacs performs automatic scrolling. By default, |
| 273 | @code{scroll-margin} is 0. | 270 | @code{scroll-margin} is 0. |