branch: elpa/isl
commit a2444ad0018767b9a373cc1de4782eb48dfb3682
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix docstring
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 6321d654992..554319b5ed3 100644
--- a/isl.el
+++ b/isl.el
@@ -147,7 +147,7 @@ e.g. \"foo !bar\" would match any symbol containing foo but
not bar.
(defcustom isl-search-function #'isl--re-search-forward
"The search function that will be used by default when starting `isl-search'.
Possible values are `isl--re-search-forward' and `search-forward', the
-first use regexp matching while the second is using literal matching.
+first uses 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]'."
:type '(choice
(function :tag "Regexp matching" isl--re-search-forward)