Variable: list-matching-lines-face
list-matching-lines-face is a customizable variable defined in
replace.el.gz.
Value
match
Documentation
Face used by M-x list-matching-lines (list-matching-lines) to show the text that matches.
If the value is nil, don't highlight the matching portions specially.
Source Code
;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defcustom list-matching-lines-face 'match
"Face used by \\[list-matching-lines] to show the text that matches.
If the value is nil, don't highlight the matching portions specially."
:type 'face
:group 'matching)