branch: elpa/isl
commit b08e91760f77d3b4401540e76d05b3194fca9ae8
Merge: 018ba71ecda 07a768a253a
Author: Thierry Volpiatto <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #1 from manuel-uberti/fix-minor-typo
    
    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