branch: elpa/git-commit commit 16aa4340c81bcd26c3c195531255d66bf61d85c1 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Add missing section headings --- lisp/magit-core.el | 2 ++ lisp/magit-margin.el | 2 ++ lisp/magit-reset.el | 2 ++ lisp/magit-tag.el | 2 ++ 4 files changed, 8 insertions(+) diff --git a/lisp/magit-core.el b/lisp/magit-core.el index d02b25b558..1105f8276a 100644 --- a/lisp/magit-core.el +++ b/lisp/magit-core.el @@ -45,6 +45,8 @@ (message "Error while loading `magit-libgit': %S" err) (message "That is not fatal. The `libegit2' module just won't be used.")))) +;;; Options + (defgroup magit nil "Controlling Git from Emacs." :link '(url-link "https://magit.vc") diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el index 4eb722a259..b7e0a67c84 100644 --- a/lisp/magit-margin.el +++ b/lisp/magit-margin.el @@ -33,6 +33,8 @@ (require 'magit-transient) (require 'magit-mode) +;;; Options + (defgroup magit-margin nil "Information Magit displays in the margin. diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index 75f2f47dfd..e201c3dd23 100644 --- a/lisp/magit-reset.el +++ b/lisp/magit-reset.el @@ -28,6 +28,8 @@ (require 'magit) +;;; Commands + ;;;###autoload (autoload 'magit-reset "magit" nil t) (transient-define-prefix magit-reset () "Reset the `HEAD', index and/or worktree to a previous state." diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el index 105784cc99..f127f13af9 100644 --- a/lisp/magit-tag.el +++ b/lisp/magit-tag.el @@ -31,6 +31,8 @@ ;; For `magit-tag-delete'. (defvar helm-comp-read-use-marked) +;;; Commands + ;;;###autoload (autoload 'magit-tag "magit" nil t) (transient-define-prefix magit-tag () "Create or delete a tag."