Variable: enable-kinsoku
enable-kinsoku is a customizable variable defined in fill.el.gz.
Value
t
Documentation
Non-nil means enable "kinsoku" processing on filling paragraphs.
Kinsoku processing is designed to prevent certain characters from being
placed at the beginning or end of a line by filling.
See the documentation of kinsoku for more information.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/fill.el.gz
(defcustom enable-kinsoku t
"Non-nil means enable \"kinsoku\" processing on filling paragraphs.
Kinsoku processing is designed to prevent certain characters from being
placed at the beginning or end of a line by filling.
See the documentation of `kinsoku' for more information."
:type 'boolean)