diff options
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 |