emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless a020db0a84 06/10: orderless-kwd-alist: Expand


From: ELPA Syncer
Subject: [elpa] externals/orderless a020db0a84 06/10: orderless-kwd-alist: Expand docstring
Date: Tue, 5 Mar 2024 15:58:20 -0500 (EST)

branch: externals/orderless
commit a020db0a840ba0a1db01eba8168974c416fb548d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]