Variable: gnus-article-button-face
gnus-article-button-face is a customizable variable defined in
gnus-art.el.gz.
Value
gnus-button
Documentation
Face used for highlighting buttons in the article buffer.
An article button is a piece of text that you can activate by pressing
\RET or mouse-2 above it.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-button-face 'gnus-button
"Face used for highlighting buttons in the article buffer.
An article button is a piece of text that you can activate by pressing
\\`RET' or `mouse-2' above it."
:type 'face
:group 'gnus-article-buttons)