]> git.eshelyaron.com Git - emacs.git/commitdiff
Make read-multiple-choice-face inherit help-key-binding
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 01:13:16 +0000 (02:13 +0100)
committerStefan 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

index 39ba0f4d1b5ad7846b825e2b3f454e39f9f18657..37fbf1558428e10013040e38034a347359d32684 100644 (file)
@@ -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