Variable: erc-fill-prefix
erc-fill-prefix is a customizable variable defined in erc-fill.el.gz.
Value
nil
Documentation
Values used as fill-prefix for erc-fill-variable.
nil means fill with space, a string means fill with this string.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-prefix nil
"Values used as `fill-prefix' for `erc-fill-variable'.
nil means fill with space, a string means fill with this string."
:type '(choice (const nil) string))