unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs/tree: fix docstrings for author faces
@ 2021-12-05 20:48 Kyle Meyer
  2021-12-12 14:19 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2021-12-05 20:48 UTC (permalink / raw)
  To: notmuch

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 | 4 ++--
 1 file 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 @@ (defface notmuch-tree-match-author-face
      (: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 @@ (defface notmuch-tree-no-match-tree-face
 
 (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)
 

base-commit: f17d75b83c90ae4ea75f79377f3acb873b9e564e
-- 
2.34.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] emacs/tree: fix docstrings for author faces
  2021-12-05 20:48 [PATCH] emacs/tree: fix docstrings for author faces Kyle Meyer
@ 2021-12-12 14:19 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2021-12-12 14:19 UTC (permalink / raw)
  To: Kyle Meyer, notmuch

Kyle Meyer <kyle@kyleam.com> writes:

> 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.

Applied to master. Thanks for your contribution.

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-12 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05 20:48 [PATCH] emacs/tree: fix docstrings for author faces Kyle Meyer
2021-12-12 14:19 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).