doc-src/antiquote_setup.ML
changeset 37982 111ce9651564
parent 37216 3165bc303f66
child 38767 d8da44a8dd25
--- a/doc-src/antiquote_setup.ML	Tue Jul 27 23:01:42 2010 +0200
+++ b/doc-src/antiquote_setup.ML	Tue Jul 27 23:02:45 2010 +0200
@@ -181,7 +181,7 @@
 val _ = entity_antiqs no_check "isatt" "executable";
 val _ = entity_antiqs (K check_tool) "isatt" "tool";
 val _ = entity_antiqs (K (File.exists o Path.explode)) "isatt" "file";
-val _ = entity_antiqs (K Thy_Info.known_thy) "" "theory";
+val _ = entity_antiqs (K (can Thy_Info.get_theory)) "" "theory";
 
 end;