branch: master
commit 0c1901e44133f5b904315d73e29844b810512f19
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
ivy.el (ivy--regex-ignore-order): Fix docstring
---
ivy.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ivy.el b/ivy.el
index cd38911..0c94070 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2725,8 +2725,8 @@ foo !bar baz -> matches if \"foo\" matches and neither
\"bar\" nor \"baz\" match
foo[a-z] -> matches \"foo[a-z]\"
Escaping examples:
-foo\!bar -> matches \"foo!bar\"
-foo\ bar -> matches \"foo bar\"
+foo\\!bar -> matches \"foo!bar\"
+foo\\ bar -> matches \"foo bar\"
Returns a list suitable for `ivy-re-match'."
(setq str (ivy--trim-trailing-re str))