move -fno-print-bind-result into the GHCi section
[ghc-hetmet.git] / docs / users_guide / using.xml
index a9ad528..88c2c9e 100644 (file)
@@ -1034,7 +1034,7 @@ f foo = foo { x = 6 }
           in the inadvertent cyclic definition <literal>let x = ... x
           ... in</literal>.</para>
 
-         <para>Consequently, this option does
+         <para>Consequently, this option
           <emphasis>will</emphasis> complain about cyclic recursive
           definitions.</para>
        </listitem>
@@ -1154,7 +1154,7 @@ f "2"    = 2
          the MR can give rise to unexpected behaviour, so it can be helpful
          to have an explicit warning that it is being applied.</para>
 
-         <para>This warning is on by default.</para>
+         <para>This warning is off by default.</para>
        </listitem>
       </varlistentry>