Variable: hi-lock-auto-select-face

hi-lock-auto-select-face is a customizable variable defined in hi-lock.el.gz.

Value

nil

Documentation

When nil, highlighting commands prompt for the face to use.

When non-nil, highlighting command determine the faces to use by cycling through the faces in hi-lock-face-defaults.

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

View in manual

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/hi-lock.el.gz
(defcustom hi-lock-auto-select-face nil
  "When nil, highlighting commands prompt for the face to use.
When non-nil, highlighting command determine the faces to use
by cycling through the faces in `hi-lock-face-defaults'."
  :type 'boolean
  :version "24.4")