Function: magit-log-section

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

Signature

(magit-log-section &rest _)

Documentation

You cannot create a new object of type magit-log-section(var)/magit-log-section(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defclass magit-log-section (magit-section)
  ((keymap :initform 'magit-log-section-map))
  :abstract t)