Variable: erc-fill--wrap-action-dedent-p
erc-fill--wrap-action-dedent-p is a variable defined in
erc-fill.el.gz.
Value
t
Documentation
Whether to dedent speakers in CTCP "ACTION" lines.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
;; An escape hatch for third-party code expecting speakers of ACTION
;; messages to be exempt from `line-prefix'. This could be converted
;; into a user option if users feel similarly.
(defvar erc-fill--wrap-action-dedent-p t
"Whether to dedent speakers in CTCP \"ACTION\" lines.")