src/Pure/Thy/document_antiquotations.ML
changeset 62256 614d88f87cfe
parent 62231 25f4a9cd8b68
child 62520 2382876c238b
--- a/src/Pure/Thy/document_antiquotations.ML	Mon Feb 01 16:58:24 2016 +0100
+++ b/src/Pure/Thy/document_antiquotations.ML	Tue Feb 02 15:04:39 2016 +0100
@@ -217,7 +217,9 @@
   Theory.setup
    (entity_antiquotation @{binding command} Outer_Syntax.check_command
      (enclose "\\isacommand{" "}" o Output.output) #>
-    entity_antiquotation @{binding method} Method.check_name Output.output #>
-    entity_antiquotation @{binding attribute} Attrib.check_name Output.output);
+    entity_antiquotation @{binding method} Method.check_name
+     (enclose "\\isa{" "}" o Output.output) #>
+    entity_antiquotation @{binding attribute} Attrib.check_name
+     (enclose "\\isa{" "}" o Output.output));
 
 end;