branch: externals/notmuch-indicator
commit 251323c93888a34392718abc4769b8e1184f2f01
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update notmuch-indicator-refresh-count doc string
---
notmuch-indicator.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 91426bd8ab..9e3a0d473c 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -67,7 +67,8 @@ These form a string like: @50 🤡10."
;; also some elegant way to handle this when the variable is changed
;; with `setq'.
(defcustom notmuch-indicator-refresh-count (* 60 3)
- "How often to update the indicator, in seconds."
+ "How often to update the indicator, in seconds.
+It probably is better to not set this to a very low number."
:type 'number
:group 'notmuch-indicator)