no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
--- a/doc-src/antiquote_setup.ML Fri Jul 27 16:27:26 2012 +0200
+++ b/doc-src/antiquote_setup.ML Fri Jul 27 16:33:32 2012 +0200
@@ -204,7 +204,7 @@
"" "antiquotation" #>
entity_antiqs (thy_check Thy_Output.intern_option Thy_Output.defined_option)
"" "antiquotation option" #>
- entity_antiqs (fn _ => fn name => is_some (OS.Process.getEnv name)) "isatt" "setting" #>
+ entity_antiqs no_check "isatt" "setting" #>
entity_antiqs no_check "" "inference" #>
entity_antiqs no_check "isatt" "executable" #>
entity_antiqs (K check_tool) "isatt" "tool" #>