[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit d81db78a06 1/2: git-commit-usage-message: Fix d
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/git-commit d81db78a06 1/2: git-commit-usage-message: Fix docstring typo |
|
Date: |
Sun, 21 May 2023 19:59:57 -0400 (EDT) |
branch: elpa/git-commit
commit d81db78a0611d21048c1e2ff069a83f964092f10
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@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.")