branch: elpa/isl
commit 5d9beecc313812cd2f59075b1e6637eca5c75258
Author: Manuel Uberti <[email protected]>
Commit: GitHub <[email protected]>
Minor grammar fixes
Nothing serious. :)
---
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".