branch: elpa/isl
commit 36bfd701f85abf14426331df293d959d6de6d804
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Docstring fix
---
isearch-light.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index d2328ab95fc..16f3d1f0fe9 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -323,10 +323,7 @@ appended at end."
(cancel-timer timer))))
(defun isl-1 ()
- "The internal function that call isl."
- (setq isl--item-overlays nil
- isl-pattern ""
- isl-current-buffer (current-buffer))
+ "The internal function called by `isl'."
(condition-case-unless-debug nil
(unwind-protect
(isl-read-from-minibuffer "Search: ")