From 96f22160634694d3d11e48adf42a55b4b714cea5 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 9 Mar 2008 16:18:07 +0000 Subject: [PATCH] (tutorial--default-keys): Update `C-l' binding. --- lisp/ChangeLog | 4 ++++ lisp/tutorial.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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]) -- 2.11.4.GIT