branch: elpa/magit
commit 1883877d4cba39218589cb35c9ebc6bc6ee41836
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    git-commit-major-mode: Tweak a choice description
---
 lisp/git-commit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index e9e4c14c78..7218168aa9 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -180,7 +180,7 @@ The major mode configured here is turned on by the minor 
mode
                 (function-item fundamental-mode)
                 (function-item log-edit-mode)
                 (function-item git-commit-elisp-text-mode)
-                (function :tag "Another major mode")
+                (function :tag "Another mode")
                 (const :tag "No major mode")))
 ;;;###autoload(put 'git-commit-major-mode 'safe-local-variable
 ;;;###autoload     (lambda (val)

Reply via email to