doc-src/antiquote_setup.ML
changeset 43563 aeabb735883a
parent 42666 fee67c099d03
child 43564 9864182c6bad
--- a/doc-src/antiquote_setup.ML	Mon Jun 27 17:20:24 2011 +0200
+++ b/doc-src/antiquote_setup.ML	Mon Jun 27 17:51:28 2011 +0200
@@ -192,7 +192,9 @@
 val _ = entity_antiqs no_check "isatt" "executable";
 val _ = entity_antiqs (K check_tool) "isatt" "tool";
 val _ = entity_antiqs (K (can Thy_Info.get_theory)) "" "theory";
-val _ = entity_antiqs no_check "" "ML antiquotation";  (* FIXME proper check *)
+val _ =
+  entity_antiqs
+    (thy_check ML_Context.intern_antiq ML_Context.defined_antiq) "" Markup.ML_antiquotationN;
 
 end;