emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 0c1901e 100/184: ivy.el (ivy--regex-ignore-order): Fix doc


From: Oleh Krehel
Subject: [elpa] master 0c1901e 100/184: ivy.el (ivy--regex-ignore-order): Fix docstring
Date: Wed, 16 Oct 2019 13:14:59 -0400 (EDT)

branch: master
commit 0c1901e44133f5b904315d73e29844b810512f19
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]