Variable: view-highlight-face

view-highlight-face is a customizable variable defined in view.el.gz.

Value

highlight

Documentation

The face used for highlighting the match found by View mode search.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defcustom view-highlight-face 'highlight
  "The face used for highlighting the match found by View mode search."
  :type 'face)