emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tutorial needs to be updated to the C-l change


From: Thomas Hühn
Subject: Re: Tutorial needs to be updated to the C-l change
Date: Sun, 09 Mar 2008 16:48:24 +0100
User-agent: KNode/0.10.5

Thomas Hühn wrote:

> Please adjust the tutorial so that it knows about the change in the
> binding of C-l to "recenter-top-bottom".

I suppose this is it?

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

Works for me, at least.

Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]