semantic-lex-make-keyword-table

semantic-lex-make-keyword-table is a compiled Lisp function in `lex.el'.

(semantic-lex-make-keyword-table SPECS &optional PROPSPECS)

Convert keyword SPECS into an obarray and return it.
SPECS must be a list of (NAME . TOKSYM) elements, where:

NAME is the name of the keyword symbol to define.
TOKSYM is the lexical token symbol of that keyword.

If optional argument PROPSPECS is non nil, then interpret it, and
apply those properties.
PROPSPECS must be a list of (NAME PROPERTY VALUE) elements.