From: Thien-Thi Nguyen Date: Sun, 9 Mar 2008 16:18:07 +0000 (+0000) Subject: (tutorial--default-keys): Update `C-l' binding. X-Git-Tag: emacs-pretest-23.0.90~7320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96f22160634694d3d11e48adf42a55b4b714cea5;p=emacs.git (tutorial--default-keys): Update `C-l' binding. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ff2d02f619..3bd72d4bc2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-09 Thomas H$(Q)q(Bhn (tiny change) + + * tutorial.el (tutorial--default-keys): Update `C-l' binding. + 2008-03-09 Dan Nicolaescu * diff-mode.el (diff-mode-menu): Add :help. diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 4646c23e09e..1e9c7712e6d 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -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])