diff options
Diffstat (limited to 'orderless.texi')
| -rw-r--r-- | orderless.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/orderless.texi b/orderless.texi index 9e8c7d4..b381aa2 100644 --- a/orderless.texi +++ b/orderless.texi @@ -169,9 +169,9 @@ If the component is not a valid regexp, it is ignored. the component is treated as a literal string that must occur in the candidate. -@item orderless-prefix -the component is treated as a literal string -that must occur as a prefix of a candidate. +@item orderless-literal-prefix +the component is treated as a literal +string that must occur as a prefix of a candidate. @item orderless-prefixes the component is split at word endings and @@ -254,6 +254,8 @@ will match against the candidate's annotation. @item = uses @samp{orderless-literal}. @item +^ uses @samp{orderless-literal-prefix}. +@item ~ uses @samp{orderless-flex}. @item % makes the string match ignoring diacritics and similar |
