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

    Fix flycheck errors.
---
 cm-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cm-mode.el b/cm-mode.el
index 8a2b4430ad..69f84031eb 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -40,7 +40,7 @@
 ;; `cm-mode' is a minor mode that provides support for CriticMarkup in Emacs.
 ;;
 ;; CriticMarkup is a way for authors and editors to track changes to
-;; documents in plain text. It defines the following patterns for marking
+;; documents in plain text.  It defines the following patterns for marking
 ;; changes:
 ;;
 ;; - Addition {++ ++}
@@ -138,7 +138,7 @@ key.")
 If set, each change is automatically marked with a comment
 containing this tag.
 
-The tag should not contain spaces. Do not include the `@' sign,
+The tag should not contain spaces.  Do not include the `@' sign,
 it is added automatically."
   :group 'criticmarkup
   :safe 'stringp

Reply via email to