aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-12-05 15:48:36 -0500
committerDavid Bremner <david@tethera.net>2021-12-12 10:14:07 -0400
commited03babd053d679a85ea3baa1632d8ae1dff31b6 (patch)
tree523e019078c544147e2dcde68e25219a41d8fd08
parentab8d0e572537006a4e1dafa266075ed0d848c80f (diff)
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.
-rw-r--r--emacs/notmuch-tree.el4
1 files 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 @@ 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)