Function: semantic-lex-charquote
semantic-lex-charquote is a byte-compiled function defined in
lex.el.gz.
Signature
(semantic-lex-charquote)
Documentation
Detect and create charquote tokens.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(define-lex-simple-regex-analyzer semantic-lex-charquote
"Detect and create charquote tokens."
;; Character quoting characters (ie, \n as newline)
"\\s\\+" 'charquote)