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

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

[nongnu] elpa/keycast 032a51c3c4 17/31: Fix two doc-string typos


From: ELPA Syncer
Subject: [nongnu] elpa/keycast 032a51c3c4 17/31: Fix two doc-string typos
Date: Sun, 9 Jan 2022 05:58:45 -0500 (EST)

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

    Fix two doc-string typos
---
 keycast.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keycast.el b/keycast.el
index 718302a84e..256a6f3e8c 100644
--- a/keycast.el
+++ b/keycast.el
@@ -66,7 +66,7 @@ removes all elements to the right of where that was inserted."
 This predicate is used while updating the mode line of a window
 to determine whether the current command and its key binding
 should be displayed in its mode line.  The function is called
-with no argument and act on `selected-window'.
+with no argument and acts on `selected-window'.
 
 `moody-window-active-p'
   Return non-nil if the temporarily selected window is the
@@ -119,7 +119,7 @@ care about your weird key bindings), or to hide certain 
commands
 \(such as `self-insert-command').  This option allows doing that
 and more.
 
-Each element has the form (MATCH EVENT COMMAND).  MATH is an
+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



reply via email to

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