branch: externals/cm-mode
commit ec43ca4d3804eb54b474e0ef53c920a41168b57b
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Fix typo in the README.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fd6705f52f..5411fea2b9 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The commands to delete or substitute text operate on the
region. The command to
## 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
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, the [...]
+`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 [...]
## Automaticaly adding comments ##