]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Sep 2020 09:41:54 +0000 (12:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Sep 2020 09:41:54 +0000 (12:41 +0300)
lisp/hi-lock.el

index 0f685464cdd421e667a3afdd346dfbe3236f333d..b15731943f5c522d7c5aa0574e8dd1a51cc47dad 100644 (file)
@@ -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")