Function: magit-commit-section
magit-commit-section is a byte-compiled function defined in
magit-base.el.
Signature
(magit-commit-section &rest SLOTS)
Documentation
Create a new object of class type magit-commit-section(var)/magit-commit-section(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
;;; Section Classes
(defclass magit-commit-section (magit-section)
((keymap :initform 'magit-commit-section-map)))