Function: helpful--insert-section-break

helpful--insert-section-break is a byte-compiled function defined in helpful.el.

Signature

(helpful--insert-section-break)

Documentation

Insert section break into helpful buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--insert-section-break ()
  "Insert section break into helpful buffer."
  (insert "\n\n"))