diff options
Diffstat (limited to 'orderless.texi')
| -rw-r--r-- | orderless.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/orderless.texi b/orderless.texi index 44747a5..7602947 100644 --- a/orderless.texi +++ b/orderless.texi @@ -240,21 +240,21 @@ special characters used as either a prefix or suffix: @itemize @item -@samp{!} modifies the component with @samp{orderless-not}. Both @samp{!bad} and @samp{bad!} -will match strings that do @emph{not} contain the pattern @samp{bad}. +! modifies the component with @samp{orderless-not}. Both @samp{!bad} and +@samp{bad!} will match strings that do @emph{not} contain the pattern @samp{bad}. @item -@samp{@@} modifies the component with @samp{orderless-annotation}. The pattern -will match against the candidate annotation. +@@ modifies the component with @samp{orderless-annotation}. The pattern +will match against the candidate's annotation. @item -@samp{,} uses @samp{orderless-initialism}. +, uses @samp{orderless-initialism}. @item -@samp{=} uses @samp{orderless-literal}. += uses @samp{orderless-literal}. @item -@samp{~} uses @samp{orderless-flex}. +~ uses @samp{orderless-flex}. @item -@samp{%} makes the string match ignoring diacritics and similar -inflections on characters (it uses the function @samp{char-fold-to-regexp} -to do this). +% makes the string match ignoring diacritics and similar +inflections on characters (it uses the function +@samp{char-fold-to-regexp} to do this). @end itemize You can add, remove or change this mapping between affix characters |
