Add an index for modify-syntax-entry.
This commit is contained in:
parent
79b3ad55f6
commit
c9358b45b9
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue