aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-24 10:01:54 +0800
committerChong Yidong2011-10-24 10:01:54 +0800
commite7a3ff06b31baa4e344e0a0b1addde57c16c817f (patch)
tree393ddd21b3657d7dfde2ae400106ced301eb58c6 /etc
parent4a623313e379932424a217a417820616c5759ffb (diff)
downloademacs-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 24aea694902..d6b0bdb484c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -293,7 +293,7 @@ of buffer at first key-press (instead move to top/bottom of buffer)
293when `scroll-error-top-bottom' is non-nil. 293when `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'
298scroll a line instead of full screen. 298scroll a line instead of full screen.
299+++ 299+++