Function: kfill:lisp-comment
kfill:lisp-comment is a byte-compiled function defined in kfill.el.
Signature
(kfill:lisp-comment PARAGRAPH)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kfill.el
(defun kfill:lisp-comment (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)))))