emacs: improve notmuch-*-from-current-query docstrings

Err on the side of providing better user documentation, rather than
documentation for developers.
This commit is contained in:
David Bremner 2021-10-23 10:12:58 -03:00
parent 55c6570318
commit 78416a3e97

View 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))