branch: externals/cm-mode
commit 4608a4656e806ea932e37372725fb7dfc6a54e02
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Small change to CriticMarkup-test.text
---
CriticMarkup-test.text | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CriticMarkup-test.text b/CriticMarkup-test.text
index df0234a834..ed4cc9933f 100644
--- a/CriticMarkup-test.text
+++ b/CriticMarkup-test.text
@@ -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*--}{++'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 [...]
+`cm-mode` also provides a simple {~~*follow changes*~>'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 * [...]
## Keeping track of the author ##