diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-17 13:47:22 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-17 13:47:22 +0100 |
| commit | 7af2ee23d8c837a2021b71bc14377b719815cb7c (patch) | |
| tree | db1fec06aaf74bfb2ceb1e0562b38dc3d4ec458c /orderless.el | |
| parent | 9e810f43f0152148f34ab5c84ab311da6bfc8762 (diff) | |
orderless-compile: Expand docstring
Diffstat (limited to 'orderless.el')
| -rw-r--r-- | orderless.el | 3 |
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 |
