diff options
Diffstat (limited to 'orderless.el')
| -rw-r--r-- | orderless.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index 2e5831f..eb645d0 100644 --- a/orderless.el +++ b/orderless.el @@ -261,7 +261,10 @@ at a word boundary in the candidate. This is similar to the collect `(seq word-boundary ,prefix)))) (defun orderless-without-literal (component) - "Match strings that do *not* contain COMPONENT as a literal match." + "Match strings that do *not* contain COMPONENT as a literal match. +You may prefer to use the more general `orderless-without' +instead which compiles the input to a predicate instead of a +regexp." `(seq (group string-start) ; highlight nothing! (zero-or-more |
