* doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style.

This commit is contained in:
Xue Fuqiao 2013-10-03 23:09:18 +08:00
parent ead45345b1
commit 79b3ad55f6
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -336,6 +336,7 @@ that this kind of comment can be nested. For a two-character
comment delimiter, @samp{n} on either character makes it
nestable.
@cindex comment style
Emacs supports several comment styles simultaneously in any one syntax
table. A comment style is a set of flags @samp{b}, @samp{c}, and
@samp{n}, so there can be up to 8 different comment styles.