mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Use help-key-binding face in package list help
* lisp/emacs-lisp/package.el (package--prettify-quick-help-key): Use help-key-binding face.
This commit is contained in:
parent
9e983f4e83
commit
8ae68308a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue