diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-09-25 12:41:54 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-09-25 12:41:54 +0300 |
commit | ba635a19fb0143a2f9d486125f0b6f54034fdadb (patch) | |
tree | 2d7213656f81853cba4667e8d2847045a1198fef /lisp/hi-lock.el | |
parent | cc8fef2bddfcf4e1c3bab35a18621dd7666d022e (diff) | |
download | emacs-ba635a19fb0143a2f9d486125f0b6f54034fdadb.tar.gz emacs-ba635a19fb0143a2f9d486125f0b6f54034fdadb.tar.bz2 emacs-ba635a19fb0143a2f9d486125f0b6f54034fdadb.zip |
* lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 0f685464cdd..b15731943f5 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -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") |