comment: any number of texts;
authorwenzelm
Wed, 05 Jan 2000 11:58:18 +0100
changeset 8102 424f6e663977
parent 8101 ae555dd9585b
child 8103 86f94a8116a9
comment: any number of texts;
doc-src/IsarRef/syntax.tex
--- a/doc-src/IsarRef/syntax.tex	Wed Jan 05 11:57:47 2000 +0100
+++ b/doc-src/IsarRef/syntax.tex	Wed Jan 05 11:58:18 2000 +0100
@@ -115,7 +115,7 @@
 Large chunks of plain \railqtoken{text} are usually given
 \railtoken{verbatim}, i.e.\ enclosed in \verb|{*|~\dots~\verb|*}|.  For
 convenience, any of the smaller text units conforming to \railqtoken{nameref}
-are admitted as well.  Almost any of the Isar commands may be annotated by a
+are admitted as well.  Almost any of the Isar commands may be annotated by
 marginal \railnonterm{comment} of the form \texttt{--} \railqtoken{text}.
 Note that the latter kind of comment is actually part of the language, while
 source level comments \verb|(*|~\dots~\verb|*)| are stripped at the lexical
@@ -129,7 +129,7 @@
 \begin{rail}
   text: verbatim | nameref
   ;
-  comment: '--' text
+  comment: ('--' text +)
   ;
   interest: percent nat? | ppercent
   ;