diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-03-05 18:47:45 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-03-05 18:47:45 +0100 |
| commit | a020db0a840ba0a1db01eba8168974c416fb548d (patch) | |
| tree | f4991497b6de353193e86b51d44642082f89f458 | |
| parent | e015ac24ef6ad89615590df924d5c4c853bb7c11 (diff) | |
orderless-kwd-alist: Expand docstring
| -rw-r--r-- | orderless-kwd.el | 5 |
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) |
