summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-02-16 06:44:53 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-02-16 07:13:23 +0100
commit604c05f436e159a771fa8fb58bae6dab91be7aa5 (patch)
treeb3615559154cbd9abd55becef4e45b98bfefb9f4 /README.org
parentdc89fdfa01b32fac3ac014fc2833cb32d2a6c60c (diff)
Rename orderless-pattern-compiler to orderless-compile
orderless-compile returns a predicate and a list of regexps. Keep orderless-pattern-compiler as obsolete function.
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.org b/README.org
index 6c6a21d..1ad12ad 100644
--- a/README.org
+++ b/README.org
@@ -308,11 +308,10 @@ completion is the one that ends up being used, of course.
** Pattern compiler
The default mechanism for turning an input string into a list of regexps to
-match against, configured using =orderless-matching-styles=, is probably
-flexible enough for the vast majority of users. The patterns are compiled by the
-=orderless-pattern-compiler=. Under special circumstances it may be useful to
-implement a custom pattern compiler by advising the
-=orderless-pattern-compiler=.
+match against, configured using =orderless-matching-styles=, is probably flexible
+enough for the vast majority of users. The patterns are compiled by the
+=orderless-compile=. Under special circumstances it may be useful to implement a
+custom pattern compiler by advising the =orderless-compile=.
** Interactively changing the configuration