branch: externals/nano-modeline
commit c1bb6849584ece8539f0304deae28142f7615657
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Minor cosmetic for elfeed mode
---
 nano-modeline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 9a1c5ae6e1..75b8cd7e3a 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -439,7 +439,7 @@ KEY mode name, for reference only. Easier to do lookups 
and/or replacements.
                         (update
                          (let ((total (elfeed-queue-count-total))
                                (in-process (elfeed-queue-count-active)))
-                           (format "%d jobs pending, %d active..."
+                           (format "%d jobs pending, %d active"
                                    (- total in-process) in-process)))
                         (t  (let* ((db-time (seconds-to-time 
(elfeed-db-last-update)))
                                    (unread ))

Reply via email to