summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/mailscripts.el b/mailscripts.el
index 33b6187..c4edd5a 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -43,7 +43,11 @@ If NO-OPEN, don't open the thread."
;;;###autoload
(defun notmuch-extract-thread-patches (repo branch)
- "Extract patch series in current thread to new branch BRANCH in repo REPO."
+ "Extract patch series in current thread to new branch BRANCH in repo REPO.
+
+See notmuch-extract-patch(1) manpage for limitations: in
+particular, this Emacs Lisp function supports passing only entire
+threads to the notmuch-extract-patch(1) command."
(interactive "Dgit repo: \nsnew branch name: ")
(let ((thread-id notmuch-show-thread-id)
(default-directory (expand-file-name repo)))