branch: externals/cm-mode
commit 7e21a4dd6e7635d064a6b867e3f34d38ed6f4478
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>

    Add CM markup within and around markdown code span to 
CriticMarkup-test.text.
---
 CriticMarkup-test.text | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CriticMarkup-test.text b/CriticMarkup-test.text
index 6bfef0ffdb..eb90d0cc5d 100644
--- a/CriticMarkup-test.text
+++ b/CriticMarkup-test.text
@@ -12,7 +12,7 @@ CriticMarkup is a way for authors and editors to track 
changes to documents in p
 
 Activating `cm-mode` provides key{--s--} {++bindings ++}to insert these 
{~~patterns~>markup tags~~} and thus mark one's changes to the text. The 
provided {==key bindings==}{>>@jk Should I mention that these are nicely 
mnemonic?<<} are:
 
-- `C-c * a`: add text
+- `C-c * i`: add text
 - `C-c * d`: delete text
 - `C-c * s`: substitute text
 - `C-c * c`: insert a comment (possibly with highlight)
@@ -24,7 +24,7 @@ Note: the [CriticMarkup 
spec](http://criticmarkup.com/spec.php) says you should
 
 ## Follow changes mode ##
 
-`cm-mode` also provides a simple 'follow changes' mode. When activated, 
changes you make to the buffer are automatically marked as insertions or 
deletions. Substitutions cannot be made automatically (that is, if you mark a 
word, delete it and then type a replacement, it will still be marked as a 
sequence of deletion+insertion, not as a substitution), but they can still be 
made manually with `C-c * s`. You can activate and deactivate follow changes 
mode with `C-c * F`. When it's active, t [...]
+`cm-mode` also provides a simple 'follow changes' mode. When activated, 
changes you make to the buffer are automatically marked as insertions or 
deletions. Substitutions cannot be made automatically (that is, if you mark a 
word, delete it and then type a replacement, it will still be marked as a 
sequence of deletion+insertion, not as a substitution), but they can still be 
made manually with `C-c * s`. You can activate and deactivate follow changes 
mode with `C-c * F`. When it's active, t [...]
 
 
 ## Keeping track of the author ##

Reply via email to