branch: elpa/isl
commit 07a768a253aea1ad61ad22c2cbe463da1db6493d
Author: Manuel Uberti <[email protected]>
Commit: Manuel Uberti <[email protected]>

    Fix minor typo in mode-line message
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 947d8e6bfc6..4c9544f721c 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -230,7 +230,7 @@
                                    style))
                    " " mode-line-position))
                 (t `(" " mode-line-buffer-identification " "
-                     (:eval ,(format "[%s] results(s) found for `%s' [%s %s]"
+                     (:eval ,(format "[%s] result(s) found for `%s' [%s %s]"
                                      (propertize (number-to-string 
isl-number-results)
                                                  'face 'isl-number)
                                      (propertize isl-pattern

Reply via email to