doc-src/more_antiquote.ML
changeset 34072 99eda1d59da9
parent 31794 71af1fd6a5e4
child 34896 a22b09addd78
--- a/doc-src/more_antiquote.ML	Fri Dec 11 20:32:49 2009 +0100
+++ b/doc-src/more_antiquote.ML	Fri Dec 11 20:32:49 2009 +0100
@@ -126,7 +126,7 @@
   (fn {context = ctxt, ...} => fn ((mk_cs, mk_stmtss), target) =>
     let val thy = ProofContext.theory_of ctxt in
       Code_Target.code_of thy
-        target "Example" (mk_cs thy)
+        target NONE "Example" (mk_cs thy)
         (fn naming => maps (fn f => f thy naming) mk_stmtss)
       |> typewriter
     end);