From f6e2f30f394a270c2eca9a9a14be46876d2a86e5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 3 Dec 2022 15:31:07 +0100 Subject: ; Fix typos --- lisp/cedet/semantic/lex-spp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cedet/semantic/lex-spp.el') diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el index b66e5c19cb2..390c13ec98b 100644 --- a/lisp/cedet/semantic/lex-spp.el +++ b/lisp/cedet/semantic/lex-spp.el @@ -1256,7 +1256,7 @@ DOC is the documentation for the analyzer. REGEXP is a regular expression for the analyzer to match. See `define-lex-regex-analyzer' for more on regexp. TOKIDX is an index into REGEXP for which a new lexical token -of type `spp-macro-include' is to be created. +of type `spp-system-include' is to be created. VALFORM are forms that return the name of the thing being included, and the type of include. The return value should be of the form: (NAME . TYPE) -- cgit v1.2.1