Function: projectile--report-section

projectile--report-section is a byte-compiled function defined in projectile.el.

Signature

(projectile--report-section TITLE)

Documentation

Insert the header of a report section titled TITLE.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--report-section (title)
  "Insert the header of a report section titled TITLE."
  (insert "\n")
  (projectile--report-title title ?-))