Variable: erc-header-line-uses-help-echo-p
erc-header-line-uses-help-echo-p is a customizable variable defined in
erc.el.gz.
Value
t
Documentation
Show header line in echo area or as a tooltip when point moves to the header line.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-header-line-uses-help-echo-p t
"Show header line in echo area or as a tooltip
when point moves to the header line."
:group 'erc-mode-line-and-header
:type 'boolean)