doc-src/Ref/defining.tex
changeset 883 92abd2ad9d08
parent 880 667dc43e3b98
child 885 190f89d8563c
--- a/doc-src/Ref/defining.tex	Fri Jan 27 12:30:36 1995 +0100
+++ b/doc-src/Ref/defining.tex	Fri Jan 27 12:31:18 1995 +0100
@@ -678,11 +678,9 @@
 warning is shown to remind the user that parsing is (unnecessarily)
 slowed down. In cases where it's not easily possible to eliminate the
 ambiguity the frequency of the warning can be controlled by changing
-the value of {\tt Sign.ambiguity_level} which has type {\tt int
+the value of {\tt Syntax.ambiguity_level} which has type {\tt int
 ref}. Its default value is 1 and by increasing it one can control how
-many parse trees are necessary to generate the warning. (Regardless of
-{\tt Sign.ambiguity_level} still only one of these parse trees is
-allowed to be type correct.)
+many parse trees are necessary to generate the warning.
 
 \begin{ttbox}
 {\out Warning: Ambiguous input "..."}