Function: magit-diff-section
magit-diff-section is a byte-compiled function defined in
magit-base.el.
Signature
(magit-diff-section &rest _)
Documentation
You cannot create a new object of type magit-diff-section(var)/magit-diff-section(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defclass magit-diff-section (magit-section)
((keymap :initform 'magit-diff-section-map))
:abstract t)