diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2021-12-05 15:48:36 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-12 10:14:07 -0400 |
| commit | ed03babd053d679a85ea3baa1632d8ae1dff31b6 (patch) | |
| tree | 523e019078c544147e2dcde68e25219a41d8fd08 | |
| parent | ab8d0e572537006a4e1dafa266075ed0d848c80f (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.el | 4 |
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) |
