(defcustom fill-separate-heterogeneous-words-with-space nil
"Non-nil means to use a space to separate words of a different kind.
- This will be done with a word in the end of a line and a word in
- the beginning of the next line when concatenating them for
- filling those lines. Whether to use a space depends on how the
- words are categorized."
+ For example, when an English word at the end of a line and a CJK word
+ at the beginning of the next line are joined into a single line, they
+ will be separated by a space if this variable is non-nil.
+ Whether to use a space to separate such words also depends on the entry
+ in `fill-nospace-between-words-table' for the characters before and
+ after the newline."
:type 'boolean
- :group 'fill
:version "26.1")
(defvar fill-paragraph-function nil