aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-09-02 21:15:13 +0100
committerGravatar David Bremner <bremner@debian.org>2013-09-03 06:14:03 -0300
commit95ee9ed643add869f47940fccaad7b92bec4943f (patch)
tree395aeb099d8632e512da94835051bfdb21d1b920 /contrib
parent7febf701e7f7141a3ca529720d5ff0e0218a9f74 (diff)
contrib: pick: add docstring for notmuch-pick-worker
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 32bd6b50..5dcc9426 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -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)