Variable: gnus-group-highlight-words-alist
gnus-group-highlight-words-alist is a customizable variable defined in
gnus-sum.el.gz.
Value
nil
Documentation
Alist of group regexps and highlight regexps.
This variable uses the same syntax as gnus-emphasis-alist.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-group-highlight-words-alist nil
"Alist of group regexps and highlight regexps.
This variable uses the same syntax as `gnus-emphasis-alist'."
:version "21.1"
:type '(repeat (cons (regexp :tag "Group")
(repeat (list (regexp :tag "Highlight regexp")
(number :tag "Group for entire word" 0)
(number :tag "Group for displayed part" 0)
(symbol :tag "Face"
gnus-emphasis-highlight-words)))))
:group 'gnus-summary-visual)