From: Xue Fuqiao Date: Thu, 3 Oct 2013 15:09:18 +0000 (+0800) Subject: * doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79b3ad55f60bf4ae4be8e5f9dfefc97878cf1026;p=emacs.git * doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bfd55468812..0fbac479317 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-03 Xue Fuqiao + + * syntax.texi (Syntax Flags): Add an index for comment style. + 2013-10-02 Xue Fuqiao * syntax.texi (Syntax Class Table): Add an index for syntax class table. diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index ae84cc974a8..4597058ba6e 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -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.