summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-02-16 07:14:21 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-02-16 07:14:21 +0100
commitc4845948759b91295134e7c2edf6de247c879ab7 (patch)
treeb000c29ac36550a1f10c0225f5ae852574f0d17e
parenta89ac17b41f993d90cf341ec350efca403e752f2 (diff)
Update documentation of orderless-style-dispatchers
-rw-r--r--orderless.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/orderless.el b/orderless.el
index 056dd3a..b7deb76 100644
--- a/orderless.el
+++ b/orderless.el
@@ -189,10 +189,11 @@ future dispatchers. For details see `orderless--dispatch'.
For example, a style dispatcher could arrange for the first
component to match as an initialism and subsequent components to
match as literals. As another example, a style dispatcher could
-arrange for a component starting with `?' to match the rest of
-the component in the `orderless-flex' style. For more
-information on how this variable is used, see
-`orderless-compile'."
+arrange for a component starting with `~' to match the rest of
+the component in the `orderless-flex' style. See
+`orderless-affix-dispatch' and `orderless-affix-dispatch-alist'
+for such a configuration. For more information on how this
+variable is used, see `orderless-compile'."
:type 'hook)
(defcustom orderless-smart-case t