aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-03-09 09:54:53 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-03-09 09:54:53 -0800
commit986789e6f6945d36bb6de11b30335ac5cd512b22 (patch)
treef4ff7bbcab091c42752a751d4d95d28f6ca5be64 /notmuch.el
parent64646841f7b3b9b4a0236b03389d612a435cf8a0 (diff)
emacs: Fix documentation of notmuch-search-remove-tag.
The behavior was changed in commit 4aff2ca55bfe285ced36e9fe02c907d8b4120672 to affect all messages in the thread (and not only those matching the current search) but the documentation was not updated (until now).
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/notmuch.el b/notmuch.el
index c611dcc2..ab56f480 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -1442,8 +1442,7 @@ which match the current search terms."
(defun notmuch-search-remove-tag (tag)
"Remove a tag from the currently selected thread.
-The tag is removed from messages in the currently selected thread
-which match the current search terms."
+The tag is removed from all messages in the currently selected thread."
(interactive
(list (notmuch-select-tag-with-completion "Tag to remove: " (notmuch-search-find-thread-id))))
(notmuch-call-notmuch-process "tag" (concat "-" tag) (notmuch-search-find-thread-id))