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

    Fix phrasing in the README.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ba72231a4d..673165b5f7 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Follow changes mode should be considered experimental, so try 
at your own risk.
 
 ## Automaticaly adding comments ##
 
-If you set the variable `cm-auto-comment` to a string, this string is 
automatically added to every change as a comment. If you explicitly make a 
comment with `C-c * c`, this string is inserted at the beginning of the comment 
followed by a colon and a space. You can use this, for example, to keep track 
of who makes a certain change.
+If you set the variable `cm-auto-comment` to a string, this string is 
automatically added to every change as a comment. If you explicitly make a 
comment with `C-c * c`, this string is inserted at the beginning of the comment 
followed by a colon and a space. You can use this to keep track of who makes a 
certain change, for example.
 
 The variable `cm-auto-comment` can be set globally through Customize (or with 
`setq-default`), or buffer-locally. The latter can be done interactively, with 
`C-c * C`, or by using a file-local variable.
 

Reply via email to