branch: elpa/isl
commit 06a4b2276ee66e5e53cc1581cdd308819ccca730
Merge: 07c364413a4 f5e5a74aee1
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Merge branch 'master' of github.com:thierryvolpiatto/isearch-light
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 356a34d5849..fd07e3fadc3 100644
--- a/README.org
+++ b/README.org
@@ -77,8 +77,8 @@ Here the commands available:
** About multi matching
-By default =isl-search= use multi matching like Helm, with limitation to
-symbol, not line like in Helm, that's mean "foo bar" match "foo-bar"
+By default =isl-search= uses multi matching like Helm, with limitation to
+symbol, not line like in Helm, that means "foo bar" matches "foo-bar"
or "bar-foo" but not a line with "foo" and "bar" inside e.g. "foo some
text bar", when you want to match something like this you have to use
regexp e.g. "foo.*bar".