diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:31 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:31 +0100 |
| commit | d4fdadc127d3d8b98e71d38675bb0438c6ae93f1 (patch) | |
| tree | 2eea6415db5aedcfe1884a40cce3ec5efed13829 /lisp/git-commit.el | |
| parent | 587fd04075b20b31adaf8c5ba4912052448e15ba (diff) | |
Fix various docstrings
Diffstat (limited to 'lisp/git-commit.el')
| -rw-r--r-- | lisp/git-commit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 1c62cd3..b0f3e6a 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -434,7 +434,7 @@ the redundant bindings, then set this to nil, before loading (require 'easymenu) (easy-menu-define git-commit-mode-menu git-commit-mode-map - "Git Commit Mode Menu" + "Git Commit Mode Menu." '("Commit" ["Previous" git-commit-prev-message t] ["Next" git-commit-next-message t] |
