From: Alan Mackenzie Date: Sat, 13 Apr 2019 19:33:18 +0000 (+0000) Subject: * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo X-Git-Tag: emacs-27.0.90~3259^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad652a3b89848394a3613206082f233101b91f60;p=emacs.git * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo --- diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index b5c3ff33352..50f8b8473be 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -2052,7 +2052,7 @@ effect in the declaration, but are syntactically like whitespace." (c-lang-defconst c-class-id-suffix-ws-ids-kwds "\"Identifiers\" that when immediately following the identifier of a class declaration have semantic effect in the declaration, -but are syntactially like whitespace." +but are syntactically like whitespace." t nil c++ '("final"))