aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-30 09:49:53 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-30 09:49:53 -0800
commit04036fb8065e2ad11e9ee483f2b59b4fdd1a94dd (patch)
tree2412f8e170f4a2e273b87df0f5c305359cf332b3 /notmuch.el
parent0671436872a37589003860ab31bac40ed04a7cce (diff)
notmuch.el: Add documentation for notmuch-search-show-thread.
It's especially unkind to leave interactive functions without documentation.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el1
1 files changed, 1 insertions, 0 deletions
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)