diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:08:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:09:09 -0800 |
commit | a528a60f48f6b939c5014c96d3445de13d2ed243 (patch) | |
tree | 8240a9b0e1fa63d38e514e68276e0b6c4e2993b8 /lisp/progmodes/cc-engine.el | |
parent | 21beb19d80b6aba2c2b736b3e1d031f1ef0e743d (diff) | |
download | emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.gz emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.bz2 emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.zip |
Spelling fixes
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 815bd7216f2..b75d667d318 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -8284,8 +8284,8 @@ comment at the start of cc-engine.el for more info." before-lparen after-rparen (here (point)) (pp-count-out 20) ; Max number of paren/brace constructs before - ; we give up - ids ; List of identifiers in the parenthesised list. + ; we give up. + ids ; List of identifiers in the parenthesized list. id-start after-prec-token decl-or-cast decl-res c-last-identifier-range identifier-ok) (narrow-to-region low-lim (or macro-end (point-max))) @@ -8310,7 +8310,7 @@ comment at the start of cc-engine.el for more info." ;; { ;; ;; Additionally, for a knr list to be recognized: - ;; o - The identifier of each deeclarator up to and including the + ;; o - The identifier of each declarator up to and including the ;; one "near" point must be contained in the arg list. (catch 'knr |