[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 3f64204c12: Make read-multiple-choice-face inherit help-key-bindi
From: |
Stefan Kangas |
Subject: |
master 3f64204c12: Make read-multiple-choice-face inherit help-key-binding |
Date: |
Sat, 25 Dec 2021 20:13:25 -0500 (EST) |
branch: master
commit 3f64204c12cb713329e29b7b847875bee9885ba3
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
Make read-multiple-choice-face inherit help-key-binding
* lisp/faces.el (read-multiple-choice-face): Inherit
help-key-binding in addition to underline.
---
lisp/faces.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/faces.el b/lisp/faces.el
index 39ba0f4d1b..37fbf15584 100644
--- 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 3f64204c12: Make read-multiple-choice-face inherit help-key-binding,
Stefan Kangas <=