diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-29 15:19:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-29 15:20:07 +0200 |
commit | 423bdd5f7f273f40f750eac83017074501d52823 (patch) | |
tree | 82b074b2fd58bd15c74ffa9dcad80ec9cf29c9f3 /lisp/progmodes/cc-fonts.el | |
parent | 0f94e62d7ef51c486956caa933f7cd5d21e4881b (diff) | |
download | emacs-423bdd5f7f273f40f750eac83017074501d52823.tar.gz emacs-423bdd5f7f273f40f750eac83017074501d52823.tar.bz2 emacs-423bdd5f7f273f40f750eac83017074501d52823.zip |
; Fix typos (prefer American spelling)
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 753ae480878..d2af53e837c 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1972,7 +1972,7 @@ casts and declarations are fontified. Used on level 2 and higher." (c-forward-syntactic-ws limit)))) (defun c-font-lock-c++-modules (limit) - ;; Fontify the C++20 module stanzas, characterised by the keywords `module', + ;; Fontify the C++20 module stanzas, characterized by the keywords `module', ;; `export' and `import'. Note that this has to be done by a function (as ;; opposed to regexps) due to the presence of optional C++ attributes. ;; |