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

    Change 'lighter' to 'modeline indicator' in the README.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0426a1bec6..6ef680b547 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The variable `cm-author` can be set through Customize or with 
`setq-default` in
 
 If `cm-author` is set, a new addition or deletion that is adjacent to an 
existing one is not combined with it if it has a different author tag. This way 
you can add changes to a text that already has changes from another author and 
still keep track of who did what. This *only* works for changes that have a 
comment with an author tag, however. If the existing addition/deletion does not 
have an author tag, any addition/deletion made adjacent to it is simply 
combined with it.
 
-Note that the modeline shows the buffer's author tag: if `cm-author` is set, 
the lighter for `cm-mode` takes the form `cm@<tag>`.
+Note that the modeline shows the buffer's author tag: if `cm-author` is set, 
the modeline indicator for `cm-mode` takes the form `cm@<tag>`.
 
 
 ## Navigating changes ##

Reply via email to