branch: externals/notmuch-indicator
commit 5db7d40f3323bca9e6f80ca260dc7d586273f407
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Reword a statement
---
 README.md            | 2 +-
 notmuch-indicator.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a227ef9a63..840ba08555 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Multiple plists represent separate `notmuch-count(1)` 
queries.  These
 are run sequentially.  Their return values are joined into a single
 string.
 
-For instance, a value like the following defines three commands:
+For instance, a value like the following defines three searches:
 
 ```elisp
 (setq notmuch-indicator-args
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 0faa7f8b99..4254a59b15 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -53,7 +53,7 @@
 ;; are run sequentially.  Their return values are joined into a single
 ;; string.
 ;;
-;; For instance, a value like the following defines three commands:
+;; For instance, a value like the following defines three searches:
 ;;
 ;;     (setq notmuch-indicator-args
 ;;           '((:terms "tag:unread and tag:inbox" :label "@")

Reply via email to