branch: externals/cm-mode
commit a52497344824b3980cd3ee449da04763f7939f76
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Add remark on what CriticMarkup is to the README.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5411fea2b9..55670d10bb 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
`cm-mode` is a minor mode that provides support for
[CriticMarkup](http://criticmarkup.com/) in Emacs.
-CriticMarkup defines the following patterns for marking changes to a text:
+CriticMarkup is a way for authors and editors to track changes to documents in
plain text. It defines the following patterns for marking changes:
- Addition {++ ++}
- Deletion {-- --}