branch: externals/orderless commit a020db0a840ba0a1db01eba8168974c416fb548d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
orderless-kwd-alist: Expand docstring --- orderless-kwd.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/orderless-kwd.el b/orderless-kwd.el index 312a0ba2dd..ac8df33c6b 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)