`scroll-*-command'.
Fixes: debbugs:8349
+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'
@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}).