Function: kfill:normal-included-text
kfill:normal-included-text is a byte-compiled function defined in
kfill.el.
Signature
(kfill:normal-included-text PARAGRAPH)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kfill.el
(defun kfill:normal-included-text (paragraph)
(setq fill-prefix (buffer-substring (match-beginning 0) (match-end 0)))
(when paragraph
(setq paragraph-separate
(concat "^" fill-prefix " *>\\|^"
(kfill:negate-string fill-prefix)))))