From 79b3ad55f60bf4ae4be8e5f9dfefc97878cf1026 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Thu, 3 Oct 2013 23:09:18 +0800 Subject: [PATCH] * doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/syntax.texi | 1 + 2 files changed, 5 insertions(+) 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. -- 2.39.2