branch: externals/cm-mode
commit 1bb94fc2cb79e5b00c202eb324312ebf1dd6c936
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Fix comment on cm-font-lock-for-markup.
---
cm-mode.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/cm-mode.el b/cm-mode.el
index 43c67d06e5..393ae094b3 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -270,11 +270,11 @@ it is added automatically."
;; nil
;; (0 '(face default rear-nonsticky (read-only)))))
;;
-;; This does some nice magic: it adds cm-addition-face to addition markups,
-;; it makes the tags themselves, `{++' and `++}' read-only, and it gives
-;; the last character of the tags the text property (rear-nonsticky
-;; (read-only)), so that it's possible to add characters after the tag.
-;;
+;; This does some nice magic: it highlight cm-addition-face to addition
+;; markups, it makes the tags themselves, `{++' and `++}', read-only, and
+;; it gives the last character of the tags the text property
+;; (rear-nonsticky (read-only)), so that it's possible to add characters
+;; after the tag.
(defun cm-font-lock-keywords ()
"Return a list of font lock keywords."