Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
[bpt/emacs.git] / lisp / tutorial.el
index de7f7ab..0ac315a 100644 (file)
@@ -218,8 +218,8 @@ LEFT and RIGHT are the elements to compare."
              (save-buffers-kill-terminal [?\C-x ?\C-c])
 
              ;; * SUMMARY
-             (scroll-up [?\C-v])
-             (scroll-down [?\M-v])
+             (scroll-up-command [?\C-v])
+             (scroll-down-command [?\M-v])
              (recenter-top-bottom [?\C-l])
 
              ;; * BASIC CURSOR CONTROL