From: Carl Worth Date: Mon, 30 Nov 2009 17:49:53 +0000 (-0800) Subject: notmuch.el: Add documentation for notmuch-search-show-thread. X-Git-Tag: 0.1~291 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=04036fb8065e2ad11e9ee483f2b59b4fdd1a94dd notmuch.el: Add documentation for notmuch-search-show-thread. It's especially unkind to leave interactive functions without documentation. --- diff --git a/notmuch.el b/notmuch.el index 9b23e351..b99ca02e 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1012,6 +1012,7 @@ global search. (get-text-property (point) 'notmuch-search-thread-id)) (defun notmuch-search-show-thread () + "Display the currently selected thread." (interactive) (let ((thread-id (notmuch-search-find-thread-id))) (if (> (length thread-id) 0)