]> git.eshelyaron.com Git - emacs.git/commitdiff
(tutorial--default-keys): Update `C-l' binding.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 9 Mar 2008 16:18:07 +0000 (16:18 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 9 Mar 2008 16:18:07 +0000 (16:18 +0000)
lisp/ChangeLog
lisp/tutorial.el

index 0ff2d02f61978d49a8ce43c1e213ea354d9e8b0d..3bd72d4bc2caccbeef8bc16bf9eea665b69075d2 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-09  Thomas H\e$(Q)q\e(Bhn  <xf27@arcor.de>  (tiny change)
+
+       * tutorial.el (tutorial--default-keys): Update `C-l' binding.
+
 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * diff-mode.el (diff-mode-menu): Add :help.
index 4646c23e09e11fd676d40b7a7d5ba6580e372611..1e9c7712e6df440c61e41c46754bc9fa0f13de2c 100644 (file)
@@ -220,7 +220,7 @@ LEFT and RIGHT are the elements to compare."
              ;; * SUMMARY
              (scroll-up [?\C-v])
              (scroll-down [?\M-v])
-             (recenter [?\C-l])
+             (recenter-top-bottom [?\C-l])
 
              ;; * BASIC CURSOR CONTROL
              (forward-char [?\C-f])