]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: improve notmuch-*-from-current-query docstrings
authorDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 13:12:58 +0000 (10:12 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 Oct 2021 18:19:10 +0000 (15:19 -0300)
Err on the side of providing better user documentation, rather than
documentation for developers.

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