From: David Bremner Date: Sat, 23 Oct 2021 13:12:58 +0000 (-0300) Subject: emacs: improve notmuch-*-from-current-query docstrings X-Git-Tag: 0.35_rc0~90 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=78416a3e97fd19df5c89cdaf564c76be0edea740;p=notmuch emacs: improve notmuch-*-from-current-query docstrings Err on the side of providing better user documentation, rather than documentation for developers. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 2ef67c0e..fa061693 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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))