mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
ab8d0e5725
commit
ed03babd05
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue