emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Tue, 14 Feb 2006 08:09:28 +0000

Index: emacs/lisp/help.el
diff -u emacs/lisp/help.el:1.298 emacs/lisp/help.el:1.299
--- emacs/lisp/help.el:1.298    Mon Feb 13 16:18:08 2006
+++ emacs/lisp/help.el  Tue Feb 14 08:09:28 2006
@@ -510,7 +510,7 @@
                (if (> (length keys) 0)
                    (if remapped
                        (format "%s is remapped to %s which is on %s"
-                               definition symbol keys)
+                               symbol remapped keys)
                      (format "%s is on %s" symbol keys))
                  ;; If this is the command the user asked about,
                  ;; and it is not on any key, say so.




reply via email to

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