]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: improve notmuch-*-from-current-query docstrings
[notmuch] / emacs / notmuch.el
index 2ef67c0e798dbc65c144cef77cd8642c506f98c0..fa0616933726484c08219400cc7388df57114879 100644 (file)
@@ -535,12 +535,12 @@ thread."
       (message "End of search results."))))
 
 (defun notmuch-tree-from-search-current-query ()
-  "Call notmuch tree with the current query."
+  "Tree view of current query."
   (interactive)
   (notmuch-tree notmuch-search-query-string))
 
 (defun notmuch-unthreaded-from-search-current-query ()
-  "Call notmuch tree with the current query."
+  "Unthreaded view of current query."
   (interactive)
   (notmuch-unthreaded notmuch-search-query-string))