From 1d8a72876e8060e24d53aaaeb4c5ee181b6a292d Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Wed, 9 Jun 2021 16:07:15 +0200 Subject: 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 --- git-email-gnus.el | 2 +- git-email-mu4e.el | 2 +- git-email-notmuch.el | 2 +- git-email-piem.el | 2 +- 4 files changed, 4 insertions(+), 4 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 diff --git a/git-email-mu4e.el b/git-email-mu4e.el index 5b77d74..d5b8770 100644 --- a/git-email-mu4e.el +++ b/git-email-mu4e.el @@ -36,7 +36,7 @@ (define-minor-mode git-email-mu4e-mode "Mu4e 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 diff --git a/git-email-notmuch.el b/git-email-notmuch.el index 5d41b0f..e98b9be 100644 --- a/git-email-notmuch.el +++ b/git-email-notmuch.el @@ -36,7 +36,7 @@ (define-minor-mode git-email-notmuch-mode "Notmuch 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 diff --git a/git-email-piem.el b/git-email-piem.el index 2c68560..60eb0e3 100644 --- a/git-email-piem.el +++ b/git-email-piem.el @@ -53,7 +53,7 @@ This will read the `piem-inboxes' variable." (define-minor-mode git-email-piem-mode "Piem 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. This will make git-email read the `piem-inboxes' variable to -- cgit v1.2.3