branch: elpa/devil
commit c11dd683941072e25e8a223a3e0aa56151bd9316
Author: Susam Pal <[email protected]>
Commit: Susam Pal <[email protected]>
Use the term activation to describe the Devil key
---
README.md | 10 ++++------
devil.el | 2 +-
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 22a5bfca9b..d1840bc17d 100644
--- a/README.md
+++ b/README.md
@@ -168,10 +168,10 @@ Devil may be used:
Typing Commas
-------------
-Devil makes the questionable choice of using the comma as its trigger
-key. As illustrated in the previous section, typing `, x , f` produces
-the same effect as typing `C-x C-f`. One might naturally wonder how
-then we are supposed to type literal commas.
+Devil makes the questionable choice of using the comma as its
+activation key. As illustrated in the previous section, typing `, x ,
+f` produces the same effect as typing `C-x C-f`. One might naturally
+wonder how then we are supposed to type literal commas.
Most often when we edit text, we do not really type a comma in
isolation. Often we immediately follow the comma with a space or a
@@ -440,8 +440,6 @@ The author of this project hangs out at the following
places online:
- Mastodon: [@[email protected]](https://mastodon.social/@susam)
- Twitter: [@susam](https://twitter.com/susam)
- GitHub: [@susam](https://github.com/susam)
- - Matrix:
[#susam:matrix.org](https://app.element.io/#/room/#susam:matrix.org)
- - IRC: [#susam:libera.chat](https://web.libera.chat/#susam)
You are welcome to subscribe to, follow, or join one or more of the
above channels to receive updates from the author or ask questions
diff --git a/devil.el b/devil.el
index e24b10c74e..a4d1667f47 100644
--- a/devil.el
+++ b/devil.el
@@ -74,7 +74,7 @@ Devil mode for it to take effect.")
(list (cons "%k %k" (lambda () (interactive) (devil-run-key "%k")))
(cons "%k SPC" (lambda () (interactive) (devil-run-key "%k SPC")))
(cons "%k RET" (lambda () (interactive) (devil-run-key "%k RET"))))
- "Special Devil keys that are triggered as soon as they are typed.
+ "Special Devil keys that are executed as soon as they are typed.
The value of this variable is an alist where each key represents
a Devil key sequence. If a Devil key sequence matches any key in