emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/notmuch-indicator c06c876e74 21/36: Improve one-line de


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator c06c876e74 21/36: Improve one-line description
Date: Wed, 21 Sep 2022 00:59:21 -0400 (EDT)

branch: externals/notmuch-indicator
commit c06c876e748b666e967f04206666546bbee7f605
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Improve one-line description
---
 notmuch-indicator.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 6031195288..89eb395967 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -1,4 +1,4 @@
-;;; notmuch-indicator.el --- Add notmuch count to the global-mode-string (mode 
line) -*- lexical-binding: t -*-
+;;; notmuch-indicator.el --- Display mode line indicator with notmuch-count(1) 
output -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
@@ -78,7 +78,7 @@
 ;;; Code:
 
 (defgroup notmuch-indicator ()
-  "WORK-IN-PROGRESS."
+  "Display mode line indicator with `notmuch-count(1)' output."
   :group 'notmuch)
 
 ;;;; User options
@@ -191,7 +191,8 @@ The delay is specified by 
`notmuch-indicator-refresh-count'."
 
 ;;;###autoload
 (define-minor-mode notmuch-indicator-mode
-  "Display counter with output from `notmuch-count(1)'.
+  "Display mode line indicator with `notmuch-count(1)' output.
+
 For the search terms and the label that can accompany them, refer
 to the user option `notmuch-indicator-args'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]