From: Vladimir Panteleev Date: Mon, 14 Aug 2017 05:54:56 +0000 (+0000) Subject: notmuch-tag.el: Fix minor grammar error X-Git-Tag: 0.26_rc0~179 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=d7a49e81;hp=8c772eaa0dfe227d998e5d5f7b97bd514f3eae3c;p=notmuch notmuch-tag.el: Fix minor grammar error --- 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."