branch: externals/cm-mode
commit 11a8194a38e49ff1cbe870561c7115b0c856b159
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Add another test case 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 eb90d0cc5d..df0234a834 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' 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*--}{++'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 [...]
## Keeping track of the author ##