From: Kyle Meyer Date: Sun, 5 Dec 2021 20:48:36 +0000 (-0500) Subject: emacs/tree: fix docstrings for author faces X-Git-Tag: 0.35_rc0~69 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=ed03babd053d679a85ea3baa1632d8ae1dff31b6 emacs/tree: fix docstrings for author faces 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. --- 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 @@ Note that the author string should not contain whitespace (: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 @@ Note that the author string should not contain whitespace (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)