|
|
Keywords:
Parentheses,
Char,
Emacs,
Lisp,
Tells
The syntax table tells Emacs which characters are part of a word, which characters balance each other like parentheses, etc. See section ¹1/2ʸ¥Æ¡1/4¥Ö¥ë.
a char-table (see Char-Tables )
a Lisp object, a char-table, whose elements are numbers
an array indexed by the characters in your character set
The syntax table tells Emacs which characters are part of a word, which characters balance each other like parentheses, etc. See section AD.6 The Syntax Table.
|