Variable: longlines-show-effect
longlines-show-effect is a customizable variable defined in
longlines.el.gz.
Value
#("¶\n" 0 2 (face escape-glyph))
Documentation
A string to display when showing hard newlines.
This is used when longlines-show-hard-newlines(var)/longlines-show-hard-newlines(fun) is on.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/longlines.el.gz
(defcustom longlines-show-effect (propertize "¶\n" 'face 'escape-glyph)
"A string to display when showing hard newlines.
This is used when `longlines-show-hard-newlines' is on."
:type 'string)