branch: elpa/isl
commit f1dbd4331ea3f56696634696b744e398a226dfc7
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update docstring
---
isl.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 4af2a25e003..f01d1f0523c 100644
--- a/isl.el
+++ b/isl.el
@@ -187,8 +187,9 @@ in pattern."
:type '(repeat string))
(defcustom isl-multi-search-in-line nil
- "Multi search in line when non nil.
+ "Startup with multi search in line by default when non nil.
Otherwise multi search only in symbols.
+
In buffers containing huge lines or sometimes only one huge line, you
should multi search only in symbols and not in whole line which is
really costly and may take ages or crash Emacs.