Variable: list-matching-lines-current-line-face

list-matching-lines-current-line-face is a customizable variable defined in replace.el.gz.

Value

lazy-highlight

Documentation

Face used by M-x list-matching-lines (list-matching-lines) to highlight the current line.

This variable was added, or its default value changed, in Emacs 26.1.

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defcustom list-matching-lines-current-line-face 'lazy-highlight
  "Face used by \\[list-matching-lines] to highlight the current line."
  :type 'face
  :group 'matching
  :version "26.1")