diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
tree | fd19625604abbd2784e9c9de92c613ff965ea11d /lisp/progmodes/cc-fonts.el | |
parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index ac4d1bf9e57..c18789de07b 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1211,7 +1211,7 @@ casts and declarations are fontified. Used on level 2 and higher." ;; o - '<> if the arglist is of angle bracket type; ;; o - 'arglist if it's some other arglist; ;; o - nil, if not in an arglist at all. This includes the - ;; parenthesised condition which follows "if", "while", etc. + ;; parenthesized condition which follows "if", "while", etc. context ;; The position of the next token after the closing paren of ;; the last detected cast. |