]> git.notmuchmail.org Git - notmuch/commitdiff
emacs/tree: fix docstrings for author faces
authorKyle Meyer <kyle@kyleam.com>
Sun, 5 Dec 2021 20:48:36 +0000 (15:48 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 12 Dec 2021 14:14:07 +0000 (10:14 -0400)
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.

emacs/notmuch-tree.el

index 7fa73d4059647052333050e78f550a6f98ea865a..d74869040f54b9abecc3323037b14db6a6aabfc1 100644 (file)
@@ -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)