mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: add minimal docstring for notmuch-unthreaded
The missing docstring causes a blank in the notmuch-help display [1]. Since the function is a simple wrapper for notmuch-tree, it seems fair to forward the reader there for more detailed information. [1]: id:878sape5a9.fsf@disroot.org
This commit is contained in:
parent
efbf5bafaf
commit
55c6570318
1 changed files with 3 additions and 0 deletions
|
@ -1206,6 +1206,9 @@ The arguments are:
|
|||
|
||||
(defun notmuch-unthreaded (&optional query query-context target buffer-name
|
||||
open-target)
|
||||
"Display threads matching QUERY in unthreaded view.
|
||||
|
||||
See function NOTMUCH-TREE for documentation of the arguments"
|
||||
(interactive)
|
||||
(notmuch-tree query query-context target buffer-name open-target t))
|
||||
|
||||
|
|
Loading…
Reference in a new issue