branch: elpa/git-commit commit d81db78a0611d21048c1e2ff069a83f964092f10 Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
git-commit-usage-message: Fix docstring typo --- 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 59f4fd08f5..a22a3e785e 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -498,7 +498,7 @@ to recover older messages") "Message displayed when editing a commit message. When this is nil, then `with-editor-usage-message' is displayed instead. One of these messages has to be displayed; otherwise -the users gets to see the message displayed by `server-execute'. +the user gets to see the message displayed by `server-execute'. That message is misleading and because we cannot prevent it from being displayed, we have to immediately show another message to prevent the user from seeing it.")