Next: Syntax Table Internals, Previous: Parsing Expressions, Up: Syntax Tables
Most of the major modes in Emacs have their own syntax tables. Here are several of them:
This function returns the standard syntax table, which is the syntax table used in Fundamental mode.
The value of this variable is the syntax table used in Text mode.
The value of this variable is the syntax table used in Emacs Lisp mode by editing commands. (It has no effect on the Lisp
readfunction.)