aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index d80a557feb5..bfb5d4c0f69 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2671,7 +2671,8 @@ It is used for characters of no fonts too."
2671 :group 'basic-faces) 2671 :group 'basic-faces)
2672 2672
2673(defface read-multiple-choice-face 2673(defface read-multiple-choice-face
2674 '((t (:inherit bold))) 2674 '((t (:inherit underline
2675 :weight bold)))
2675 "Face for the symbol name in Apropos output." 2676 "Face for the symbol name in Apropos output."
2676 :group 'basic-faces 2677 :group 'basic-faces
2677 :version "25.2") 2678 :version "25.2")