Function: kfill:postscript-comment

kfill:postscript-comment is a byte-compiled function defined in kfill.el.

Signature

(kfill:postscript-comment PARAGRAPH)

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kfill.el
(defun kfill:postscript-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)))))