branch: elpa/isl
commit 39f2f83b853b9298f6636ec11595de9d2f7329a6
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Docstring only
---
isl.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 531f0d33c0..95435f24b8 100644
--- a/isl.el
+++ b/isl.el
@@ -1335,7 +1335,8 @@ This function is intended to be used in kmacros."
(defun isl--use-region-p ()
"Decide when to use the region for searching.
-This according to the value of `isl-use-region-when-at'."
+This according to the value of `isl-use-region-when-at' and current
+position in buffer."
(let ((fn (pcase isl-use-region-when-at
('beginning #'region-beginning)
('end #'region-end)