branch: elpa/isl
commit f5e5a74aee1563a0281e2d3e442920e6b53439dd
Merge: 6721654e395 5d9beecc313
Author: Thierry Volpiatto <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #2 from manuel-uberti/patch-1
Minor grammar fixes
---
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".