adapted to a5ca98950a91;
authorwenzelm
Fri, 19 Jan 2018 11:36:29 +0100
changeset 67469 008725a1ed52
parent 67468 aa8c25c528c0
child 67470 d36fcde7e2c0
adapted to a5ca98950a91;
src/Doc/more_antiquote.ML
--- a/src/Doc/more_antiquote.ML	Fri Jan 19 11:34:41 2018 +0100
+++ b/src/Doc/more_antiquote.ML	Fri Jan 19 11:36:29 2018 +0100
@@ -10,7 +10,7 @@
 (* class specifications *)
 
 val _ =
-  Theory.setup (Thy_Output.antiquotation @{binding class_spec} (Scan.lift Args.name)
+  Theory.setup (Thy_Output.antiquotation_pretty @{binding class_spec} (Scan.lift Args.name)
     (fn ctxt => fn s =>
       let
         val thy = Proof_Context.theory_of ctxt;