make-syntax-table
make-syntax-table is a compiled Lisp function in `subr.el
'.
(make-syntax-table &optional OLDTABLE)
Return a new syntax table.
Create a syntax table which inherits from OLDTABLE (if non-nil) or
from `standard-syntax-table' otherwise.