notmuch-tag.el: Fix minor grammar error

This commit is contained in:
Vladimir Panteleev 2017-08-14 05:54:56 +00:00 committed by David Bremner
parent 8c772eaa0d
commit d7a49e8199

View file

@ -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."