The docstrings for notmuch-tree-match-author-face and notmuch-tree-no-match-author-face incorrectly match the docstring of notmuch-tree-match-date-face. --- emacs/notmuch-tree.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7fa73d40..d7486904 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -179,7 +179,7 @@ (defface notmuch-tree-match-author-face (:foreground "dark blue")) (t (:bold t))) - "Face used in tree mode for the date in messages matching the query." + "Face used in tree mode for the author in messages matching the query." :group 'notmuch-tree :group 'notmuch-faces) @@ -236,7 +236,7 @@ (defface notmuch-tree-no-match-tree-face (defface notmuch-tree-no-match-author-face nil - "Face used in tree mode for the date in messages matching the query." + "Face used in tree mode for non-matching authors." :group 'notmuch-tree :group 'notmuch-faces) base-commit: f17d75b83c90ae4ea75f79377f3acb873b9e564e -- 2.34.0 _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org