From f172c801361b17e3538bac2eb17645cd24330590 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 15 Feb 2024 23:22:37 +0100 Subject: Extend orderless-without-literal comment --- orderless.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.0