]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo
authorAlan Mackenzie <acm@muc.de>
Sat, 13 Apr 2019 19:33:18 +0000 (19:33 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 13 Apr 2019 19:33:18 +0000 (19:33 +0000)
lisp/progmodes/cc-langs.el

index b5c3ff3335250aaf89a02806d279930bb5aed490..50f8b8473be8b3dadf992e212d5ddacddac183f0 100644 (file)
@@ -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"))