]> code.delx.au - gnu-emacs/commitdiff
* display.texi (Scrolling): `C-v' (etc) are now bound to
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 21:33:54 +0000 (23:33 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 21:33:54 +0000 (23:33 +0200)
`scroll-*-command'.

Fixes: debbugs:8349
doc/emacs/ChangeLog
doc/emacs/display.texi

index f91ecc2f13fd40d7d6c9a605ba278667635b2382..aca1ccc663eab413c2386b9584c3dbdb7f4546b5 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * display.texi (Scrolling): `C-v' (etc) are now bound to
+       `scroll-*-command' (bug#8349).
+
 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
index 3cec3e8fb8b4a87e5e9412b7b874403142b59bd9..210b1b636a1ed1721f87679337e8bd60ef1d78e3 100644 (file)
@@ -61,11 +61,11 @@ order; also, maybe redisplay the screen (@code{recenter-top-bottom}).
 @item C-v
 @itemx @key{next}
 @itemx @key{PageDown}
-Scroll forward by nearly a full window (@code{scroll-up}).
+Scroll forward by nearly a full window (@code{scroll-up-command}).
 @item M-v
 @itemx @key{prior}
 @itemx @key{PageUp}
-Scroll backward (@code{scroll-down}).
+Scroll backward (@code{scroll-down-command}).
 @item C-M-l
 Scroll heuristically to bring useful information onto the screen
 (@code{reposition-window}).