diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2017-07-07 21:01:59 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-10 21:58:30 -0300 |
| commit | 37d1fa5672133a4deb0efa631a21eeeb50a7c1a1 (patch) | |
| tree | d127c57f81f34b32a019f7419df017626b1f1ffd | |
| parent | 6a79229737198110c9ae1a3c3e9b86d09b78bd94 (diff) | |
emacs: tree: drop repeated "of" from docstring
| -rw-r--r-- | emacs/notmuch-tree.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ passed to it by notmuch-tree-process-filter." (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 |
