diff lisp/help.el @ 68870:9cc0a5b4b6e7

(where-is): Fix displaying of remappings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Feb 2006 08:09:28 +0000
parents 284c53bcc6bf
children f8759a14f4cd 9e490faa9f6b
line wrap: on
line diff
--- a/lisp/help.el	Tue Feb 14 03:47:00 2006 +0000
+++ b/lisp/help.el	Tue Feb 14 08:09:28 2006 +0000
@@ -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.