aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorPaul Eggert2014-01-15 22:24:06 -0800
committerPaul Eggert2014-01-15 22:24:06 -0800
commitc91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch)
treeabb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /lisp/progmodes/cc-engine.el
parent7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff)
downloademacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz
emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r--lisp/progmodes/cc-engine.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 16d5da5f12c..efa8be1c80c 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -3697,7 +3697,7 @@ comment at the start of cc-engine.el for more info."
3697 (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp) 3697 (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp)
3698 (match-end 0)) 3698 (match-end 0))
3699 ;; `c-nonsymbol-token-regexp' should always match 3699 ;; `c-nonsymbol-token-regexp' should always match
3700 ;; since we've skipped backward over punctuator 3700 ;; since we've skipped backward over punctuation
3701 ;; or paren syntax, but consume one char in case 3701 ;; or paren syntax, but consume one char in case
3702 ;; it doesn't so that we don't leave point before 3702 ;; it doesn't so that we don't leave point before
3703 ;; some earlier incorrect token. 3703 ;; some earlier incorrect token.
@@ -3721,7 +3721,7 @@ comment at the start of cc-engine.el for more info."
3721 (if (looking-at c-nonsymbol-token-regexp) 3721 (if (looking-at c-nonsymbol-token-regexp)
3722 (goto-char (match-end 0)) 3722 (goto-char (match-end 0))
3723 ;; `c-nonsymbol-token-regexp' should always match since 3723 ;; `c-nonsymbol-token-regexp' should always match since
3724 ;; we've skipped backward over punctuator or paren 3724 ;; we've skipped backward over punctuation or paren
3725 ;; syntax, but move forward in case it doesn't so that 3725 ;; syntax, but move forward in case it doesn't so that
3726 ;; we don't leave point earlier than we started with. 3726 ;; we don't leave point earlier than we started with.
3727 (forward-char)) 3727 (forward-char))