Variable: erc-fill-line-spacing
erc-fill-line-spacing is a variable defined in erc-fill.el.gz.
Value
nil
Documentation
Extra space between messages on graphical displays.
Its value should probably be larger than that of the variable
line-spacing, if non-nil. When unsure, start with 1.0. Note
that as of ERC 5.6, this feature doesn't combine well with the
scrolltobottom module, which is de facto required when using
the fill-wrap filling style. Users should therefore regard
this variable as experimental for the time being.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defvar erc-fill-line-spacing nil
"Extra space between messages on graphical displays.
Its value should probably be larger than that of the variable
`line-spacing', if non-nil. When unsure, start with 1.0. Note
that as of ERC 5.6, this feature doesn't combine well with the
`scrolltobottom' module, which is de facto required when using
the `fill-wrap' filling style. Users should therefore regard
this variable as experimental for the time being.")