Function: kfill:c++-comment

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

Signature

(kfill:c++-comment PARAGRAPH)

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kfill.el
(defun kfill:c++-comment (paragraph)
  (setq fill-prefix (buffer-substring (match-beginning 0) (match-end 0)))
  (when paragraph
    (setq paragraph-separate "^[^ \t/]")))