branch: elpa/with-simulated-input
commit 3e68397677566f2396bfabf852370f8569f9701f
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Fix a typo
---
with-simulated-input.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/with-simulated-input.el b/with-simulated-input.el
index 39ad4c4e79..a882084ef9 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -69,7 +69,7 @@ this checks ALL keymaps, not just currently active ones."
(keys "abcdefghijklmnopqrstuvwxyz0123456789"))
"Return a key binding that is not bound in any known keymap.
-This function will try check every letter from a to z and every
+This function will check every letter from a to z and every
number from 0 through 9 with several combinations of multiple
modifiers (i.e. control, meta, alt, super, hyper). For each such
key combination, it will check for bindings in all known keymaps,