diff options
-rw-r--r-- | git-email-gnus.el | 2 | ||||
-rw-r--r-- | git-email-mu4e.el | 2 | ||||
-rw-r--r-- | git-email-notmuch.el | 2 | ||||
-rw-r--r-- | 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 |