aboutsummaryrefslogtreecommitdiff
path: root/git-email-gnus.el
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-06-09 16:07:15 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-06-09 16:09:36 +0200
commit1d8a72876e8060e24d53aaaeb4c5ee181b6a292d (patch)
tree7f0fe8a8d528d2f7c9b1908f33237ec05afac309 /git-email-gnus.el
parent8e60791d248c996c38d9bf8cbbc34ec6c735a78a (diff)
git-email: Fix typos.
* git-email-gnus.el (git-email-gnus-mode): Fix typo in docstring. * git-email-mu4e.el (git-email-mu4e-mode): Likewise. * git-email-notmuch.el (git-email-notmuch-mode): Likewise. * git-email-piem.el (git-email-piem-mode): Likewise. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
Diffstat (limited to 'git-email-gnus.el')
-rw-r--r--git-email-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email-gnus.el b/git-email-gnus.el
index ad2bcb5..af9570e 100644
--- a/git-email-gnus.el
+++ b/git-email-gnus.el
@@ -35,7 +35,7 @@
(define-minor-mode git-email-gnus-mode
"Gnus integration for git-email.
If called interactively, toggle the mode. A positive prefix ARG
-enables the mode, any other prefix ARG disabled it. If called
+enables the mode, any other prefix ARG disables it. If called
from Lisp, enable the mode if ARG is omitted or nil."
:group 'git-email
:global t