]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Add documentation for notmuch-search-show-thread.
[notmuch] / notmuch.el
index 65473ba70911fd0ab5bdc6e0f2e05b71dd72b2a9..b99ca02effade25fbaf8d12c45816c33e242e6cb 100644 (file)
@@ -877,7 +877,7 @@ thread from that buffer can be show when done with this one)."
                           (setq btn (forward-button 1))
                         (error (setq btn nil)))
                     ))
-                  (beginning-of-buffer)
+                  (goto-char (point-min))
                   ))))
       )))
 
@@ -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)