notmuch.el: Add documentation for notmuch-search-show-thread.

It's especially unkind to leave interactive functions without
documentation.
This commit is contained in:
Carl Worth 2009-11-30 09:49:53 -08:00
parent 0671436872
commit 04036fb806

View file

@ -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)