branch: elpa/isl
commit b42b1742d730d290f40c9bb10354600518b3da35
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix docstring
---
isearch-light.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index 6e654bd3fdf..3b31ab935a2 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -293,8 +293,7 @@ the initial position i.e. the position before launching
isl."
(apply old--fn args)))
(defun isl--iedit-make-occurrences-overlays (occurrence-regexp beg end)
- "Create occurrence overlays for `occurrence-regexp' in a region.
-Return the number of occurrences."
+ "Same as `iedit-make-occurrences-overlays' but handle multiple regexps."
(setq iedit-aborting nil)
(setq iedit-occurrences-overlays nil)
(setq iedit-read-only-occurrences-overlays nil)