emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ad652a3: * lisp/progmodes/cc-langs.el (c-class-id-s


From: Alan Mackenzie
Subject: [Emacs-diffs] master ad652a3: * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo
Date: Sat, 13 Apr 2019 15:35:18 -0400 (EDT)

branch: master
commit ad652a3b89848394a3613206082f233101b91f60
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo
---
 lisp/progmodes/cc-langs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index b5c3ff3..50f8b84 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"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]