Variable: longlines-show-hard-newlines
longlines-show-hard-newlines is a customizable variable defined in
longlines.el.gz.
Value
nil
Documentation
Non-nil means each hard newline is marked on the screen.
(The variable longlines-show-effect controls what they look like.)
You can also enable the display temporarily, using the command
longlines-show-hard-newlines(var)/longlines-show-hard-newlines(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/longlines.el.gz
(defcustom longlines-show-hard-newlines nil
"Non-nil means each hard newline is marked on the screen.
\(The variable `longlines-show-effect' controls what they look like.)
You can also enable the display temporarily, using the command
`longlines-show-hard-newlines'."
:type 'boolean)