diff options
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]) |