Variable: dabbrev-eliminate-newlines
dabbrev-eliminate-newlines is a customizable variable defined in
dabbrev.el.gz.
Value
t
Documentation
Non-nil means dabbrev should not insert newlines.
Instead it converts them to spaces.
Source Code
;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defcustom dabbrev-eliminate-newlines t
"Non-nil means dabbrev should not insert newlines.
Instead it converts them to spaces."
:type 'boolean
:group 'dabbrev)