semantic-lex-syntax-modifications
semantic-lex-syntax-modifications is a variable defined in `
lex.el
'.
Its value is
nil
- Automatically becomes buffer-local when set.
Documentation:
Changes to the syntax table for this buffer.
These changes are active only while the buffer is being flexed.
This is a list where each element has the form:
(CHAR CLASS)
CHAR is the char passed to `modify-syntax-entry',
and CLASS is the string also passed to `modify-syntax-entry' to define
what syntax class CHAR has.