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

    Clarify comment in cm-substitution-string
---
 cm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cm-mode.el b/cm-mode.el
index b69261a1bc..9893dfa96b 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -452,7 +452,7 @@ ACTION is a character, either `a' (accept), `r' (reject), or
 `d' (delete). `a' and `r' are valid for additions, deletions and
 substitutions, `d' for comments and highlights."
   (when (eq action ?r)
-    (setq action nil)) ; so we can use a simple if rather than a cond
+    (setq action nil)) ; so we can use a simple `if' rather than a `cond'
   (let ((type (first change))
         (text (delete ?\n (second change)))) ; delete newlines because they 
mess up string-match below.
     (cond

Reply via email to