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

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

[nongnu] elpa/anzu d256c967f3 052/288: Fix message in mode-line at repla


From: ELPA Syncer
Subject: [nongnu] elpa/anzu d256c967f3 052/288: Fix message in mode-line at replace command
Date: Thu, 6 Jan 2022 03:58:39 -0500 (EST)

branch: elpa/anzu
commit d256c967f363c25489c138ae4c0541a56146ec77
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Fix message in mode-line at replace command
---
 anzu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index ff603511c8..6eb88b67d6 100644
--- a/anzu.el
+++ b/anzu.el
@@ -201,7 +201,7 @@
                                 (anzu--format-here-position here total)
                                 total (if anzu--overflow-p "+" ""))
                         'face 'anzu-mode-line))
-    (replace (propertize (format "(%d matches)" total)
+    (replace (propertize (format "(%d replace)" total)
                          'face 'anzu-mode-line))
     (otherwise "")))
 



reply via email to

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