tuned;
authorwenzelm
Wed, 08 Mar 2000 23:40:48 +0100
changeset 8378 73256363a942
parent 8377 def06c441893
child 8379 4c7659e98eb9
tuned;
doc-src/IsarRef/syntax.tex
--- a/doc-src/IsarRef/syntax.tex	Wed Mar 08 23:37:25 2000 +0100
+++ b/doc-src/IsarRef/syntax.tex	Wed Mar 08 23:40:48 2000 +0100
@@ -17,8 +17,8 @@
 within a theory, while \texttt{x + y} is not.
 
 \begin{warn}
-  Note that classic Isabelle theories used to fake parts of the inner type
-  syntax, with rather complicated rules when quotes may be omitted.  Despite
+  Note that classic Isabelle theories used to fake parts of the inner syntax
+  of types, with rather complicated rules when quotes may be omitted.  Despite
   the minor drawback of requiring quotes more often, the syntax of
   Isabelle/Isar is simpler and more robust in that respect.
 \end{warn}
@@ -69,11 +69,11 @@
 ``\verb|*}|''.
 
 Comments take the form \texttt{(*~\dots~*)} and may be
-nested\footnote{Proof~General may get confused by nested comments.}, just as
-in ML. Note that these are \emph{source} comments only, which are stripped
-after lexical analysis of the input.  The Isar document syntax also provides
-\emph{formal comments} that are actually part of the text (see
-\S\ref{sec:comments}).
+nested\footnote{Proof~General may occasionally get confused by nested
+  comments.}, just as in ML. Note that these are \emph{source} comments only,
+which are stripped after lexical analysis of the input.  The Isar document
+syntax also provides \emph{formal comments} that are actually part of the text
+(see \S\ref{sec:comments}).
 
 
 \section{Common syntax entities}