From: Lars Ingebrigtsen Date: Fri, 5 Feb 2016 03:21:27 +0000 (+1100) Subject: Underline read-multiple-choice-face X-Git-Tag: emacs-26.0.90~2735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbcc3b79ba2e5914e71bd2990f24d610efd0ab15;p=emacs.git Underline read-multiple-choice-face * lisp/faces.el (read-multiple-choice-face): Also underline the choice. --- 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." :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")