changeset 68870:9cc0a5b4b6e7

(where-is): Fix displaying of remappings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Feb 2006 08:09:28 +0000
parents 443a9b04eefe
children f2bcddae4f56
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.