Function: syntax-table
syntax-table is a function defined in syntax.c.
Signature
(syntax-table)
Documentation
Return the current syntax table.
This is the one specified by the current buffer.
Probably introduced at or before Emacs version 19.30.
Source Code
// Defined in /usr/src/emacs/src/syntax.c
{
return BVAR (current_buffer, syntax_table);
}