summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-02-17 13:47:22 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-02-17 13:47:22 +0100
commit7af2ee23d8c837a2021b71bc14377b719815cb7c (patch)
treedb1fec06aaf74bfb2ceb1e0562b38dc3d4ec458c
parent9e810f43f0152148f34ab5c84ab311da6bfc8762 (diff)
orderless-compile: Expand docstring
-rw-r--r--orderless.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el
index 395f1f2..f1d7868 100644
--- a/orderless.el
+++ b/orderless.el
@@ -414,7 +414,8 @@ you the default, if you want no dispatchers to be run, use
\\='(ignore) as the value of DISPATCHERS.
The return value is a pair of a predicate function and a list of
-regexps."
+regexps. The predicate function can also be nil. It takes a
+string as argument."
(unless styles (setq styles orderless-matching-styles))
(unless dispatchers (setq dispatchers orderless-style-dispatchers))
(cl-loop