diff options
| author | Thien-Thi Nguyen | 2008-03-09 16:18:07 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2008-03-09 16:18:07 +0000 |
| commit | 96f22160634694d3d11e48adf42a55b4b714cea5 (patch) | |
| tree | 273be077c1c5cd017b1be8bf4ad0dba3a9ce3351 /lisp/tutorial.el | |
| parent | fb4dfdd28ed34f7a67715f68d6a09c4dfd0f8074 (diff) | |
| download | emacs-96f22160634694d3d11e48adf42a55b4b714cea5.tar.gz emacs-96f22160634694d3d11e48adf42a55b4b714cea5.zip | |
(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." | |||
| 220 | ;; * SUMMARY | 220 | ;; * SUMMARY |
| 221 | (scroll-up [?\C-v]) | 221 | (scroll-up [?\C-v]) |
| 222 | (scroll-down [?\M-v]) | 222 | (scroll-down [?\M-v]) |
| 223 | (recenter [?\C-l]) | 223 | (recenter-top-bottom [?\C-l]) |
| 224 | 224 | ||
| 225 | ;; * BASIC CURSOR CONTROL | 225 | ;; * BASIC CURSOR CONTROL |
| 226 | (forward-char [?\C-f]) | 226 | (forward-char [?\C-f]) |