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.
This commit is contained in:
Kyle Meyer 2021-12-05 15:48:36 -05:00 committed by David Bremner
parent ab8d0e5725
commit ed03babd05

View file

@ -179,7 +179,7 @@ Note that the author string should not contain whitespace
(:foreground "dark blue")) (:foreground "dark blue"))
(t (t
(:bold 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-tree
:group 'notmuch-faces) :group 'notmuch-faces)
@ -236,7 +236,7 @@ Note that the author string should not contain whitespace
(defface notmuch-tree-no-match-author-face (defface notmuch-tree-no-match-author-face
nil 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-tree
:group 'notmuch-faces) :group 'notmuch-faces)