diff options
| author | Chong Yidong | 2011-10-24 10:01:54 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-10-24 10:01:54 +0800 |
| commit | e7a3ff06b31baa4e344e0a0b1addde57c16c817f (patch) | |
| tree | 393ddd21b3657d7dfde2ae400106ced301eb58c6 /etc | |
| parent | 4a623313e379932424a217a417820616c5759ffb (diff) | |
| download | emacs-e7a3ff06b31baa4e344e0a0b1addde57c16c817f.tar.gz emacs-e7a3ff06b31baa4e344e0a0b1addde57c16c817f.zip | |
Document scroll-up-line and scroll-down-line in Emacs manual.
* doc/emacs/display.texi (Scrolling): Document scroll-up-line and
scroll-down-line. Document scroll-command property.
(Recentering): New node, split off from Scrolling.
Also, minor copyedits to standardize on the phrase "key binding"
rather than "keybinding" in the manual.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -293,7 +293,7 @@ of buffer at first key-press (instead move to top/bottom of buffer) | |||
| 293 | when `scroll-error-top-bottom' is non-nil. | 293 | when `scroll-error-top-bottom' is non-nil. |
| 294 | +++ | 294 | +++ |
| 295 | *** New variable `scroll-error-top-bottom' (see above). | 295 | *** New variable `scroll-error-top-bottom' (see above). |
| 296 | 296 | +++ | |
| 297 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' | 297 | *** New scrolling commands `scroll-up-line' and `scroll-down-line' |
| 298 | scroll a line instead of full screen. | 298 | scroll a line instead of full screen. |
| 299 | +++ | 299 | +++ |