Function: magit-module-section

magit-module-section is a byte-compiled function defined in magit-base.el.

Signature

(magit-module-section &rest SLOTS)

Documentation

Create a new object of class type magit-module-section(var)/magit-module-section(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defclass magit-module-section (magit-file-section)
  ((keymap :initform 'magit-module-section-map)
   (range  :initform nil :initarg :range)))