branch: elpa/isl
commit 6f8bcb0b2b9b85e916584d0aa8eb2f9b341e215c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Docstring fix
---
isearch-light.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index b32ef707adb..52d6f0c733f 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -108,7 +108,7 @@
:group 'matching)
(defcustom isl-search-function #'re-search-forward
- "The search function that will be used by default when starting `isl'.
+ "The search function that will be used by default when starting `isl-search'.
Possible values are `re-search-forward' and `search-forward', the
first use regexp matching while the second is using literal matching.
Its value can be changed during `isl-search' session with
`\\<isl-map>\\[isl-change-matching-style]'."