doc-src/antiquote_setup.ML
changeset 27353 71c4dd53d4cb
parent 26910 aa6357b39212
child 27809 a1e409db516b
--- a/doc-src/antiquote_setup.ML	Wed Jun 25 14:54:45 2008 +0200
+++ b/doc-src/antiquote_setup.ML	Wed Jun 25 17:38:32 2008 +0200
@@ -190,9 +190,9 @@
 
 val _ = O.add_commands
  (entity_antiqs no_check "" "syntax" @
-  entity_antiqs (K (is_some o OuterSyntax.command_keyword)) "isacommand" "command" @
-  entity_antiqs (K OuterSyntax.is_keyword) "isakeyword" "keyword" @
-  entity_antiqs (K OuterSyntax.is_keyword) "isakeyword" "element" @
+  entity_antiqs (K (is_some o OuterKeyword.command_keyword)) "isacommand" "command" @
+  entity_antiqs (K OuterKeyword.is_keyword) "isakeyword" "keyword" @
+  entity_antiqs (K OuterKeyword.is_keyword) "isakeyword" "element" @
   entity_antiqs (thy_check Method.intern Method.defined) "" "method" @
   entity_antiqs (thy_check Attrib.intern Attrib.defined) "" "attribute" @
   entity_antiqs no_check "" "fact" @