Variable: locate-header-face

locate-header-face is a customizable variable defined in locate.el.gz.

Value

nil

Documentation

Face used to highlight the locate header.

Source Code

;; Defined in /usr/src/emacs/lisp/locate.el.gz
(defcustom locate-header-face nil
  "Face used to highlight the locate header."
  :type '(choice (const :tag "None" nil) face)
  :group 'locate)