contrib: pick: add docstring for notmuch-pick-worker

This commit is contained in:
Mark Walters 2013-09-02 21:15:13 +01:00 committed by David Bremner
parent 7febf701e7
commit 95ee9ed643

View file

@ -854,6 +854,10 @@ Complete list of currently available key bindings:
results-buf)))))
(defun notmuch-pick-worker (basic-query &optional query-context target open-target)
"Insert the actual pick search in the current buffer.
This is is a helper function for notmuch-pick. The arguments are
the same as for the function notmuch-pick."
(interactive)
(notmuch-pick-mode)
(setq notmuch-pick-basic-query basic-query)