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

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

[nongnu] elpa/devil ee1bcc93f8: Add links to relevant sections in usage


From: ELPA Syncer
Subject: [nongnu] elpa/devil ee1bcc93f8: Add links to relevant sections in usage section
Date: Mon, 22 May 2023 17:01:37 -0400 (EDT)

branch: elpa/devil
commit ee1bcc93f81a46c0c58039b2a020429e1e04fa78
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>

    Add links to relevant sections in usage section
---
 MANUAL.org | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/MANUAL.org b/MANUAL.org
index 2c326b83c4..da115afbc5 100644
--- a/MANUAL.org
+++ b/MANUAL.org
@@ -179,8 +179,10 @@ Devil may be used:
 4. Another example of a repeatable Devil key sequence is =, f f f=
    which moves the cursor word by multiple characters.  A few other
    examples of repeatable keys are =, k k k= to kill lines, =, / / /=
-   to undo changs, etc.  Type =C-h v devil-repeatable-keys RET= to see
-   the complete list of repeatable keys.
+   to undo changes, etc.  Type =C-h v devil-repeatable-keys RET= to
+   see the complete list of repeatable keys.  If you want all Devil
+   key sequences to be repeatable, see the section [[*Make All Keys
+   Repeatable]] to find out how to do this.
 
 5. Type =, s= and watch Devil translate it to =C-s= and invoke
    incremental search.
@@ -203,7 +205,9 @@ Devil may be used:
 10. Type =, SPC= to type a comma followed by space.  This is a special
     key sequence to make it convenient to type a comma in the text.
     Note that this sacrifices the use of =, SPC= to mean =C-SPC= which
-    could have been a convenient way to set a mark.
+    could have been a convenient way to set a mark.  See the section
+    [[*Reclaim , SPC to Set Mark]] if you do not want to make this
+    sacrifice.
 
 11. Type =, z SPC= and watch Devil translate it to =C-SPC= and set a
     mark.  Yes, =, z= is translated to =C-= too.
@@ -535,10 +539,10 @@ view this list.  For example, consider the repeatable key 
sequence =%k
 p= in this list.  Assuming that the default Devil and Emacs key
 bindings have not been changed, this means that after we type =C-p=
 and move the cursor to the previous line, we can repeat this operation
-by typing =p= over and over again.  The repetition occurs as long as
-the last character of the repeatable key sequence is typed over and
-over again.  Typing any other key stops the repetition and the default
-behaviour of the other key is then observed.
+by typing =p= again.  The repetition occurs as long as the last
+character of the repeatable key sequence is typed over and over again.
+Typing any other key stops the repetition and the default behaviour of
+the other key is then observed.
 
 It is possible to make all key sequences repeatable by setting the
 variable =devil-all-keys-repeatable= to =t=.  Here is an example



reply via email to

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