]> git.eshelyaron.com Git - emacs.git/commitdiff
Use help-key-binding face in package list help
authorStefan Kangas <stefan@marxist.se>
Fri, 12 Aug 2022 12:22:59 +0000 (14:22 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 12 Aug 2022 13:08:19 +0000 (15:08 +0200)
* lisp/emacs-lisp/package.el (package--prettify-quick-help-key):
Use help-key-binding face.

lisp/emacs-lisp/package.el

index d2959f7728ca1b13e21ca1067928f660be810810..ed23ee5f221ca1982e121ec15d59278ce6bba154 100644 (file)
@@ -3530,7 +3530,7 @@ If optional arg BUTTON is non-nil, describe its associated package."
         (let ((place (cdr desc))
               (out (copy-sequence (car desc))))
           (add-text-properties place (1+ place)
-                               '(face (bold font-lock-warning-face))
+                               '(face help-key-binding)
                                out)
           out))
     (package--prettify-quick-help-key (cons desc 0))))