projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c772ea
)
notmuch-tag.el: Fix minor grammar error
author
Vladimir Panteleev
<git@thecybershadow.net>
Mon, 14 Aug 2017 05:54:56 +0000
(
05:54
+0000)
committer
David Bremner
<david@tethera.net>
Wed, 23 Aug 2017 11:08:01 +0000
(08:08 -0300)
emacs/notmuch-tag.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-tag.el
b/emacs/notmuch-tag.el
index 09d182dfb818d6844efdab4ca3d626e9f2dd7d89..0500927d37ce2b1e0173fb0f6ff7bc159a85018e 100644
(file)
--- 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."