From 78416a3e97fd19df5c89cdaf564c76be0edea740 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 23 Oct 2021 10:12:58 -0300 Subject: [PATCH] emacs: improve notmuch-*-from-current-query docstrings Err on the side of providing better user documentation, rather than documentation for developers. --- emacs/notmuch.el | 4 ++-- 1 file 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)) -- 2.43.0