Variable: erc-button-face
erc-button-face is a customizable variable defined in
erc-button.el.gz.
Value
erc-button
Documentation
Face used for highlighting buttons in ERC buffers.
A button is a piece of text that you can activate by pressing
\RET or mouse-2 above it. See also erc-button-keymap.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-button-face 'erc-button
"Face used for highlighting buttons in ERC buffers.
A button is a piece of text that you can activate by pressing
\\`RET' or `mouse-2' above it. See also `erc-button-keymap'."
:type 'face
:group 'erc-faces)