mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch.el: Add documentation for notmuch-search-show-thread.
It's especially unkind to leave interactive functions without documentation.
This commit is contained in:
parent
0671436872
commit
04036fb806
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue