NEWS
changeset 56072 31e427387ab5
parent 56071 2ffdedb0c044
child 56073 29e308b56d23
child 56135 efa24d31e595
--- a/NEWS	Wed Mar 12 22:44:55 2014 +0100
+++ b/NEWS	Wed Mar 12 22:57:50 2014 +0100
@@ -437,9 +437,10 @@
 theory merge).  Note that the softer Thm.eq_thm_prop is often more
 appropriate than Thm.eq_thm.
 
-* Simplified programming interface to define ML antiquotations, see
-ML_Context.antiquotation, to make it more close to the analogous
-Thy_Output.antiquotation.  Minor INCOMPATIBILTY.
+* Simplified programming interface to define ML antiquotations (to
+make it more close to the analogous Thy_Output.antiquotation).  See
+ML_Context.antiquotation and structure ML_Antiquotation.  Minor
+INCOMPATIBILITY.
 
 * ML antiquotation @{here} refers to its source position, which is
 occasionally useful for experimentation and diagnostic purposes.