]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Fix documentation of notmuch-search-remove-tag.
authorCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 17:54:53 +0000 (09:54 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 17:54:53 +0000 (09:54 -0800)
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).

notmuch.el

index c611dcc2cc72ebde11568b3e42f2fa6bb0f70f1c..ab56f4803faca8efe5188a441c66b65f8fed4ee6 100644 (file)
@@ -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))