diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
commit | 27e428e758036e68bffe737a5d361e2b426857a7 (patch) | |
tree | d127e8bae3090e2e1c1fa0127e9f09c2703fe770 /lisp/progmodes/cc-fonts.el | |
parent | 5b43da69cbda7874f223da3063da594a7fb84218 (diff) | |
download | emacs-27e428e758036e68bffe737a5d361e2b426857a7.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 f52864df809..e7d00815708 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1429,7 +1429,7 @@ casts and declarations are fontified. Used on level 2 and higher." nil) ((and (not c-enums-contain-decls) - ;; An optimisation quickly to eliminate scans of long enum + ;; An optimization quickly to eliminate scans of long enum ;; declarations in the next cond arm. (let ((paren-state (c-parse-state))) (and |