emacs-devel
[Top][All Lists]
Advanced

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

where-is says "X remapped to X"


From: Juanma Barranquero
Subject: where-is says "X remapped to X"
Date: Mon, 13 Feb 2006 13:39:03 +0100

M-x cua-mode RET
C-h w scroll-up RET

  => "scroll-up is remapped to scroll-up which is on C-v"

Shouldn't `where-is' do the following?

--
                    /L/e/k/t/u


Index: help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help.el,v
retrieving revision 1.297
diff -u -2 -r1.297 help.el
--- help.el     11 Feb 2006 16:02:38 -0000      1.297
+++ help.el     13 Feb 2006 12:33:34 -0000
@@ -511,5 +511,5 @@
                    (if remapped
                        (format "%s is remapped to %s which is on %s"
-                               definition symbol keys)
+                               definition remapped keys)
                      (format "%s is on %s" symbol keys))
                  ;; If this is the command the user asked about,




reply via email to

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