Variable: list-matching-lines-buffer-name-face

list-matching-lines-buffer-name-face is a customizable variable defined in replace.el.gz.

Value

underline

Documentation

Face used by M-x list-matching-lines (list-matching-lines) to show the names of buffers.

If the value is nil, don't highlight the buffer names specially.

Source Code

;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defcustom list-matching-lines-buffer-name-face 'underline
  "Face used by \\[list-matching-lines] to show the names of buffers.
If the value is nil, don't highlight the buffer names specially."
  :type '(choice (const :tag "Don't highlight buffer names" nil)
                 face)
  :group 'matching)