]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-key-briefly): When INSERT, put cmd name in `...'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 May 1998 05:23:24 +0000 (05:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 May 1998 05:23:24 +0000 (05:23 +0000)
lisp/help.el

index fdd5c278519b4cc3362ca89b17c72f3371676ea3..4357963baa50d17f0f76f6563c5e3899c9dfee8d 100644 (file)
@@ -240,7 +240,7 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer."
        (if (or (null defn) (integerp defn))
            (princ (format "%s is undefined" key-desc))
          (princ (format (if insert
-                            "%s (%s)"
+                            "`%s' (`%s')"
                           (if (windowp window)
                               "%s at that spot runs the command %s"
                             "%s runs the command %s"))