aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-23 10:12:58 -0300
committerDavid Bremner <david@tethera.net>2021-10-30 15:19:10 -0300
commit78416a3e97fd19df5c89cdaf564c76be0edea740 (patch)
tree21888349d96618c881e91a906ea94c0fbfdb1f7b /emacs/notmuch.el
parent55c6570318a00f64a03d9aaff842c8551822c0a1 (diff)
emacs: improve notmuch-*-from-current-query docstrings
Err on the side of providing better user documentation, rather than documentation for developers.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el4
1 files changed, 2 insertions, 2 deletions
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))