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

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

[nongnu] elpa/keycast ebe6ea5e4c: keycast-substitute-alist: Improve doc-


From: ELPA Syncer
Subject: [nongnu] elpa/keycast ebe6ea5e4c: keycast-substitute-alist: Improve doc-string
Date: Wed, 26 Jan 2022 16:58:17 -0500 (EST)

branch: elpa/keycast
commit ebe6ea5e4ce73fb7b30f9d6647d7635396410837
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    keycast-substitute-alist: Improve doc-string
---
 keycast.el | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/keycast.el b/keycast.el
index cca644a527..5e5f5e4579 100644
--- a/keycast.el
+++ b/keycast.el
@@ -227,16 +227,17 @@ and more.
 
 Each element has the form (MATCH EVENT COMMAND).  MATCH is an
 event or a command.  When a command is invoked then this package
-looks for a MATCH for that.  If there is a match, then that the
-respective EVENT and COMMAND are used.  If not, then it looks
-for a MATCH for that instead.
-
-If either EVENT or COMMAND is nil, then neither the event nor
-the command is shown (regardless of the value of the other).
-Otherwise if EVENT is t then the actual event is shown, else
-it has to be a string to be shown instead.  Likewise COMMAND
-can be t to show the actual COMMAND or a symbol to be shown
-instead."
+looks for a MATCH for that.  If and only if there is no match for
+that, then it looks for a MATCH for its key binding.  If there is
+a match of either kind, then the respective EVENT and COMMAND are
+used.
+
+If either EVENT or COMMAND is nil, then neither the event nor the
+command is shown (regardless of the value of the other).
+
+Otherwise if EVENT is t then the actual event is shown, else it
+has to be a string to be shown instead.  Likewise COMMAND can be
+t to show the actual COMMAND, or a symbol to be shown instead."
   :group 'keycast
   :type '(repeat
           (list (choice :format "%{Actual event/command%}: %[Value Menu%] %v"



reply via email to

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