Variable: erc-fill-wrap-margin-side

erc-fill-wrap-margin-side is a customizable variable defined in erc-fill.el.gz.

Value

nil

Documentation

Margin side to use with erc-fill-wrap-mode(var)/erc-fill-wrap-mode(fun).

A value of nil means ERC should decide based on the value of erc-insert-timestamp-function, which does not work for user-defined functions.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-wrap-margin-side nil
  "Margin side to use with `erc-fill-wrap-mode'.
A value of nil means ERC should decide based on the value of
`erc-insert-timestamp-function', which does not work for
user-defined functions."
  :package-version '(ERC . "5.6")
  :type '(choice (const nil) (const left) (const right)))