branch: externals/agitate commit 95e6f9186e7cf6ec56ff557c5ebc810e022b6afd Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update one-line description --- agitate.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agitate.el b/agitate.el index 76addb24fa..c69f057679 100644 --- a/agitate.el +++ b/agitate.el @@ -1,4 +1,4 @@ -;;; agitate.el --- WORK-IN-PROGRESS -*- lexical-binding: t -*- +;;; agitate.el --- Extras for diff-mode, vc-git, log-edit, log-view -*- lexical-binding: t -*- ;; Copyright (C) 2022 Free Software Foundation, Inc. @@ -37,7 +37,8 @@ (require 'vc-git) (defgroup agitate () - "Work-in-progress." + "Extras for `diff-mode', vc-git, `log-edit-mode', `log-view-mode'." + :group 'diff :group 'vc) ;;;; Commands for diffs