summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-04-21 14:44:31 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-04-21 14:45:01 -0700
commit7621a521452d988b27e761c76ad8e667e932192e (patch)
tree3a1d6319a9cf6b4c78f6752a5a34bbf053665bce /lisp/progmodes
parent798caa12af4260f5cd26cac06e5438eedff47994 (diff)
downloademacs-7621a521452d988b27e761c76ad8e667e932192e.tar.gz
; Spelling fixes
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 7a8213bf6ca..6489199504b 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -3069,7 +3069,7 @@ is in effect or not."
(c-lang-defconst c-special-brace-lists
"List of open- and close-chars that makes up a pike-style brace list,
-i.e. for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
+i.e., for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
list."
t nil
pike '((?{ . ?}) (?\[ . ?\]) (?< . ?>)))