summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-04-02 20:18:08 -0400
committerWill Estes <westes575@gmail.com>2014-04-02 20:18:08 -0400
commita87ac71ed860e34541b50699fb0823ec98c51f24 (patch)
tree608a00305215efa5c2b88ca36205d03b9d3a882f /doc
parent6c429958e7942cee0921812a34c526269e70c63f (diff)
Put angle brackets around start condition name; resolves bug #168.
Diffstat (limited to 'doc')
-rw-r--r--doc/flex.texi4
1 files changed, 2 insertions, 2 deletions
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{<SCs>} 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{<SCs>} applied to it, until a @samp{@}} which matches the initial
@samp{@{}. So, for example,
@cindex extended scope of start conditions