]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 3 Oct 2013 15:09:18 +0000 (23:09 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 3 Oct 2013 15:09:18 +0000 (23:09 +0800)
doc/lispref/ChangeLog
doc/lispref/syntax.texi

index bfd55468812ae83cdcb82a728dc02731fd8aa048..0fbac479317e1235f3eddf57d33673220729acd8 100644 (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.
index ae84cc974a8266971741892626d75d17d2cf3291..4597058ba6e8d0003e5446fdc676782a18e5c36b 100644 (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.