From c91c771dbe242cd942c00a0a57c18c1482e59fa0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 15 Jan 2014 22:24:06 -0800 Subject: Spelling fixes. --- lisp/progmodes/cc-engine.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/progmodes/cc-engine.el') 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." (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp) (match-end 0)) ;; `c-nonsymbol-token-regexp' should always match - ;; since we've skipped backward over punctuator + ;; since we've skipped backward over punctuation ;; or paren syntax, but consume one char in case ;; it doesn't so that we don't leave point before ;; some earlier incorrect token. @@ -3721,7 +3721,7 @@ comment at the start of cc-engine.el for more info." (if (looking-at c-nonsymbol-token-regexp) (goto-char (match-end 0)) ;; `c-nonsymbol-token-regexp' should always match since - ;; we've skipped backward over punctuator or paren + ;; we've skipped backward over punctuation or paren ;; syntax, but move forward in case it doesn't so that ;; we don't leave point earlier than we started with. (forward-char)) -- cgit v1.2.1