branch: master
commit 2d17e883bf62cc7578910e20f3047bffd8dee2e7
Author: Matthew Carter <[email protected]>
Commit: Matthew Carter <[email protected]>
Add missing re-builder-alist value in docstring
---
ivy.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ivy.el b/ivy.el
index fd2d130..7172e5c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1441,7 +1441,7 @@ Each value is a function that should take a string and
return a
valid regex or a regex sequence (see below).
Possible choices: `ivy--regex', `regexp-quote',
-`ivy--regex-plus', `ivy--regex-fuzzy'.
+`ivy--regex-plus', `ivy--regex-fuzzy', `ivy--regex-ignore-order'.
If a function returns a list, it should format like this:
'((\"matching-regexp\" . t) (\"non-matching-regexp\") ...).