diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-16 06:36:34 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-16 07:13:21 +0100 |
| commit | dc89fdfa01b32fac3ac014fc2833cb32d2a6c60c (patch) | |
| tree | b773ada9d0a7e16e5c977bf4b6b76bfd27c6de8e /orderless.texi | |
| parent | 3e8f2c6616f9eb91eeb1d77a3653965dd2127c92 (diff) | |
Rename orderless-dispatch to orderless--dispatch
The function is internal.
Diffstat (limited to 'orderless.texi')
| -rw-r--r-- | orderless.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.texi b/orderless.texi index 8afe2e9..487fc0a 100644 --- a/orderless.texi +++ b/orderless.texi @@ -249,7 +249,7 @@ that specific component, overriding the default matching styles. A style dispatcher can either decline to handle the input string or component, or it can return which matching styles to use. It can also, if desired, additionally return a new string to use in place of -the given one. Consult the documentation of @samp{orderless-dispatch} for +the given one. Consult the documentation of @samp{orderless--dispatch} for full details. As an example of writing your own dispatchers, say you wanted the |
