summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/lex-spp.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-03 15:31:07 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-03 15:39:43 +0100
commitf6e2f30f394a270c2eca9a9a14be46876d2a86e5 (patch)
tree651e2c08236400d3a4820c01ccfc3b5749e7cbe8 /lisp/cedet/semantic/lex-spp.el
parentbd58dcedfb95d25b8d9832fa7ca386d75e35d4ce (diff)
downloademacs-f6e2f30f394a270c2eca9a9a14be46876d2a86e5.tar.gz
; Fix typos
Diffstat (limited to 'lisp/cedet/semantic/lex-spp.el')
-rw-r--r--lisp/cedet/semantic/lex-spp.el2
1 files changed, 1 insertions, 1 deletions
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)