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

    Update docstring
---
 isl.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/isl.el b/isl.el
index bad4dadddc9..64228e1bfc0 100644
--- a/isl.el
+++ b/isl.el
@@ -1312,6 +1312,8 @@ This function is intended to be used in kmacros."
 ;;;###autoload
 (defun isl-search (&optional beg end)
   "Start incremental searching in current buffer.
+If region is active, search in it instead of searching in the
+whole buffer.
 When used in kbd macros, search next match forward from point and
 stop, assuming user starts its macro above the text to edit."
   (interactive "r")

Reply via email to