branch: elpa/isl
commit f181cb591b9754f5ac6c5a6be85f2f53a747fb67
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix typo in docstring
---
isearch-light.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index 782935f86ec..a14d26f0b85 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -315,7 +315,7 @@ symbol. The return value is a cons cell (beg . end)."
finally return nil)))
(defun isl-update ()
- "Update `current-buffer' when `isl-pattern' change."
+ "Update `current-buffer' when `isl-pattern' changes."
(with-selected-window (minibuffer-selected-window)
(while-no-input
(isl-delete-overlays)