Add an index for modify-syntax-entry.

This commit is contained in:
Xue Fuqiao 2013-10-03 23:32:10 +08:00
parent 79b3ad55f6
commit c9358b45b9
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
* syntax.texi (Syntax Flags): Add an index for comment style.
* syntax.texi (Syntax Flags):
(Syntax Table Functions): Add indexes.
2013-10-02 Xue Fuqiao <xfq.free@gmail.com>

View file

@ -411,6 +411,7 @@ is not a syntax table.
@end defun
@deffn Command modify-syntax-entry char syntax-descriptor &optional table
@cindex syntax entry, setting
This function sets the syntax entry for @var{char} according to
@var{syntax-descriptor}. @var{char} must be a character, or a cons
cell of the form @code{(@var{min} . @var{max})}; in the latter case,