projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e983f4
)
Use help-key-binding face in package list help
author
Stefan Kangas
<stefan@marxist.se>
Fri, 12 Aug 2022 12:22:59 +0000
(14:22 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index d2959f7728ca1b13e21ca1067928f660be810810..ed23ee5f221ca1982e121ec15d59278ce6bba154 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-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))))