Variable: apropos-match-face
apropos-match-face is a customizable variable defined in
apropos.el.gz.
Value
match
Documentation
Face for matching text in Apropos documentation/value, or nil for none.
This applies when you look for matches in the documentation or variable value for the pattern; the part that matches gets displayed in this font.
This variable was added, or its default value changed, in Emacs 24.3.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defcustom apropos-match-face 'match
"Face for matching text in Apropos documentation/value, or nil for none.
This applies when you look for matches in the documentation or variable value
for the pattern; the part that matches gets displayed in this font."
:type '(choice (const nil) face)
:version "24.3")