X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=7fa403fc481a7ea96978c06b231dbd064c2e8112;hb=c27326650394c14df4384e9eac0ab63c86fdc044;hp=b58fa6a66b33124c0d3775c613bd6f7ea81797ed;hpb=fc1c81c3784a699d57c15ab743c819704964430b;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index b58fa6a6..7fa403fc 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -200,7 +200,8 @@ Note that the author string should not contain whitespace (defface notmuch-tree-match-tree-face nil - "Face used in tree mode for the thread tree block graphics in messages matching the query." + "Face used in tree mode for the thread tree block graphics in +messages matching the query." :group 'notmuch-tree :group 'notmuch-faces) @@ -239,7 +240,8 @@ Note that the author string should not contain whitespace (defface notmuch-tree-no-match-tree-face nil - "Face used in tree mode for the thread tree block graphics in messages matching the query." + "Face used in tree mode for the thread tree block graphics in +messages matching the query." :group 'notmuch-tree :group 'notmuch-faces) @@ -1047,7 +1049,8 @@ message together with all its descendents." (notmuch-tree-insert-thread replies (1+ depth) tree-status))) (defun notmuch-tree-insert-thread (thread depth tree-status) - "Insert the collection of sibling sub-threads THREAD at depth DEPTH in the current forest." + "Insert the collection of sibling sub-threads THREAD at depth +DEPTH in the current forest." (let ((n (length thread))) (cl-loop for tree in thread for count from 1 to n