* lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)
This commit is contained in:
parent
cc8fef2bdd
commit
ba635a19fb
1 changed files with 3 additions and 3 deletions
|
@ -136,9 +136,9 @@ patterns."
|
|||
(put 'hi-lock-file-patterns-policy 'risky-local-variable t)
|
||||
|
||||
(defcustom hi-lock-auto-select-face nil
|
||||
"Non-nil means highlighting commands do not prompt for the face to use.
|
||||
Instead, each hi-lock command will cycle through the faces in
|
||||
`hi-lock-face-defaults'."
|
||||
"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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue