semantic-lex-charquote

semantic-lex-charquote is a variable defined in `lex.el'.
Its value is

((looking-at "\\s\\+") (semantic-lex-push-token (semantic-lex-token 'charquote (match-beginning 0) (match-end 0))))


Documentation:
Detect and create charquote tokens.