]> code.delx.au - gnu-emacs/blobdiff - lisp/help.el
Merge changes from emacs-23 branch.
[gnu-emacs] / lisp / help.el
index 899547aa0a17c242c1b8d935d3a70d5e56847204..9434201797e9ccffc0d7ae1e1990a9f6aca836b0 100644 (file)
@@ -768,9 +768,10 @@ temporarily enables it to allow getting help on disabled items and buttons."
 
 ----------------- up-event %s----------------
 
-<%S>%s%s runs the command %S, which is "
+%s%s%s runs the command %S, which is "
                           (if mouse-1-tricky "(short click) " "")
-                          ev-type mouse-msg
+                          (key-description (vector up-event))
+                          mouse-msg
                           (if mouse-1-remapped
                                " is remapped to <mouse-2>, which" "")
                           defn-up))