# HG changeset patch # User Juanma Barranquero # Date 1139904568 0 # Node ID 9cc0a5b4b6e71e4c856f8fa1b526bd1ffbe3bf99 # Parent 443a9b04eefe1273cbe7bd152c9e5f3015e04e77 (where-is): Fix displaying of remappings. diff -r 443a9b04eefe -r 9cc0a5b4b6e7 lisp/help.el --- 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.