From: Will Estes Date: Thu, 3 Apr 2014 00:18:08 +0000 (-0400) Subject: Put angle brackets around start condition name; resolves bug #168. X-Git-Tag: v2.6.0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a87ac71ed860e34541b50699fb0823ec98c51f24;p=flex Put angle brackets around start condition name; resolves bug #168. --- diff --git a/doc/flex.texi b/doc/flex.texi index 07ce3ac..dbcc4ad 100644 --- a/doc/flex.texi +++ b/doc/flex.texi @@ -1934,9 +1934,9 @@ condition @dfn{scope}. A start condition scope is begun with: @end verbatim @end example -where @code{SCs} is a list of one or more start conditions. Inside the +where @code{} is a list of one or more start conditions. Inside the start condition scope, every rule automatically has the prefix -@code{SCs>} applied to it, until a @samp{@}} which matches the initial +@code{} applied to it, until a @samp{@}} which matches the initial @samp{@{}. So, for example, @cindex extended scope of start conditions