projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f11ed
)
Make read-multiple-choice-face inherit help-key-binding
author
Stefan Kangas
<stefan@marxist.se>
Sun, 26 Dec 2021 01:13:16 +0000
(
02:13
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 26 Dec 2021 01:13:16 +0000
(
02:13
+0100)
* lisp/faces.el (read-multiple-choice-face): Inherit
help-key-binding in addition to underline.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 39ba0f4d1b5ad7846b825e2b3f454e39f9f18657..37fbf1558428e10013040e38034a347359d32684 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2963,7
+2963,7
@@
It is used for characters of no fonts too."
:group 'basic-faces)
(defface read-multiple-choice-face
- '((t (:inherit
underline
+ '((t (:inherit
(help-key-binding underline)
:weight bold)))
"Face for the symbol name in `read-multiple-choice' output."
:group 'basic-faces