mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
55c6570318
commit
78416a3e97
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue