summaryrefslogtreecommitdiff
path: root/orderless-kwd.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-03-05 18:47:45 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-03-05 18:47:45 +0100
commita020db0a840ba0a1db01eba8168974c416fb548d (patch)
treef4991497b6de353193e86b51d44642082f89f458 /orderless-kwd.el
parente015ac24ef6ad89615590df924d5c4c853bb7c11 (diff)
orderless-kwd-alist: Expand docstring
Diffstat (limited to 'orderless-kwd.el')
-rw-r--r--orderless-kwd.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/orderless-kwd.el b/orderless-kwd.el
index 312a0ba..ac8df33 100644
--- a/orderless-kwd.el
+++ b/orderless-kwd.el
@@ -65,7 +65,10 @@
(on ,#'orderless-kwd-on t)
(off ,#'orderless-kwd-off t)
(mod ,#'orderless-kwd-modified t))
- "Keyword dispatcher alist."
+ "Keyword dispatcher alist.
+The list associates a keyword with a matcher function and an
+optional boolean flag. If the flag is non-nil, the matcher acts
+as a flag and does not require input."
:type '(alist :key-type symbol
:value-type (choice (list function) (list function (const t))))
:group 'orderless)