diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-03-09 16:18:07 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-03-09 16:18:07 +0000 |
commit | 96f22160634694d3d11e48adf42a55b4b714cea5 (patch) | |
tree | 273be077c1c5cd017b1be8bf4ad0dba3a9ce3351 /lisp/tutorial.el | |
parent | fb4dfdd28ed34f7a67715f68d6a09c4dfd0f8074 (diff) | |
download | emacs-96f22160634694d3d11e48adf42a55b4b714cea5.tar.gz |
(tutorial--default-keys): Update `C-l' binding.
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r-- | lisp/tutorial.el | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |