[PATCH] emacs: tree: drop repeated "of" from docstring

Subject: [PATCH] emacs: tree: drop repeated "of" from docstring

Date: Fri, 7 Jul 2017 21:01:59 -0400

To: notmuch@notmuchmail.org

Cc: Kyle Meyer

From: Kyle Meyer


---
 emacs/notmuch-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el
index 6812d7e9..55212626 100644
--- a/emacs/notmuch-tree.el
+++ b/emacs/notmuch-tree.el
@@ -832,7 +832,7 @@ (defun notmuch-tree-insert-forest (forest)
   (mapc 'notmuch-tree-insert-forest-thread forest))
 
 (define-derived-mode notmuch-tree-mode fundamental-mode "notmuch-tree"
-  "Major mode displaying messages (as opposed to threads) of of a notmuch search.
+  "Major mode displaying messages (as opposed to threads) of a notmuch search.
 
 This buffer contains the results of a \"notmuch tree\" of your
 email archives. Each line in the buffer represents a single
-- 
2.13.2


Thread: