projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9694a7
)
* lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo
author
Alan Mackenzie
<acm@muc.de>
Sat, 13 Apr 2019 19:33:18 +0000
(19:33 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sat, 13 Apr 2019 19:33:18 +0000
(19:33 +0000)
lisp/progmodes/cc-langs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-langs.el
b/lisp/progmodes/cc-langs.el
index b5c3ff3335250aaf89a02806d279930bb5aed490..50f8b8473be8b3dadf992e212d5ddacddac183f0 100644
(file)
--- 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 syntacti
c
ally like whitespace."
t nil
c++ '("final"))