diff options
| author | Vladimir Panteleev <git@thecybershadow.net> | 2017-08-14 05:54:56 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-23 08:08:01 -0300 |
| commit | d7a49e819922aca77815016ab69984519ff83d5c (patch) | |
| tree | c6ed1c8a0008f7cc5d821334f91ce6f0b95ec95c | |
| parent | 8c772eaa0dfe227d998e5d5f7b97bd514f3eae3c (diff) | |
notmuch-tag.el: Fix minor grammar error
| -rw-r--r-- | emacs/notmuch-tag.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 09d182df..0500927d 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -457,7 +457,7 @@ QUERY should be a string containing the search-terms. TAG-CHANGES is a list of strings of the form \"+tag\" or \"-tag\" to add or remove tags, respectively. -Note: Other code should always use this function alter tags of +Note: Other code should always use this function to alter tags of messages instead of running (notmuch-call-notmuch-process \"tag\" ..) directly, so that hooks specified in notmuch-before-tag-hook and notmuch-after-tag-hook will be run." |
