branch: elpa/isl
commit 93d3dc1f0edd9817261955dc751b2209c0a7ad22
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix docstring
---
 isearch-light.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/isearch-light.el b/isearch-light.el
index f73c26c77d2..4ecd2c292ed 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -403,9 +403,7 @@ appended at end."
     (quit (goto-char isl-initial-pos))))
 
 (defun isl-jump-to-helm-occur ()
-  "Invoke `helm-occur' from isl.
-
-To use this bind it to a key in `isl-map'."
+  "Invoke `helm-occur' from isl."
   (interactive)
   (cl-assert (require 'helm-occur nil t))
   (let ((input isl-pattern)

Reply via email to