]> granicus.if.org Git - flex/commitdiff
remove proofreading comment
authorWill Estes <westes575@gmail.com>
Thu, 3 Apr 2014 00:23:13 +0000 (20:23 -0400)
committerWill Estes <westes575@gmail.com>
Thu, 3 Apr 2014 00:23:13 +0000 (20:23 -0400)
doc/flex.texi

index dbcc4ad6210be8336b7190da972590c1f6eecc81..7ce9d9208d33e2cc396f797319a75d33c40d5aad 100644 (file)
@@ -1601,7 +1601,6 @@ Any rule whose pattern is prefixed with @samp{<sc>} will only be active
 when the scanner is in the @dfn{start condition} named @code{sc}.  For
 example,
 
-@c proofread edit stopped here
 @example
 @verbatim
     <STRING>[^"]*        { /* eat up the string body ... */