Function: magit-section-show-headings
magit-section-show-headings is an interactive and byte-compiled
function defined in magit-section.el.
Signature
(magit-section-show-headings SECTION)
Documentation
Recursively show headings of children of the current section.
Only show the headings, previously shown text-only bodies are hidden.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-show-headings (section)
"Recursively show headings of children of the current section.
Only show the headings, previously shown text-only bodies are
hidden."
(interactive (list (magit-current-section)))
(magit-section-show-headings-1 section)
(magit-section-show section))