emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cbcc3b7 1/3: Underline read-multiple-choice-face


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master cbcc3b7 1/3: Underline read-multiple-choice-face
Date: Fri, 05 Feb 2016 03:43:53 +0000

branch: master
commit cbcc3b79ba2e5914e71bd2990f24d610efd0ab15
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Underline read-multiple-choice-face
    
    * lisp/faces.el (read-multiple-choice-face): Also underline
    the choice.
---
 lisp/faces.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/faces.el b/lisp/faces.el
index d80a557..bfb5d4c 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2671,7 +2671,8 @@ It is used for characters of no fonts too."
   :group 'basic-faces)
 
 (defface read-multiple-choice-face
-  '((t (:inherit bold)))
+  '((t (:inherit underline
+        :weight bold)))
   "Face for the symbol name in Apropos output."
   :group 'basic-faces
   :version "25.2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]