diff -r 3bec939bd808 -r e2c25346b156 src/Doc/Codegen/Introduction.thy --- a/src/Doc/Codegen/Introduction.thy Tue May 30 22:39:18 2017 +0200 +++ b/src/Doc/Codegen/Introduction.thy Wed May 31 11:43:37 2017 +0200 @@ -70,7 +70,7 @@ text \\noindent Then we can generate code e.g.~for @{text SML} as follows:\ export_code %quote empty dequeue enqueue in SML - module_name Example file "$ISABELLE_TMP/examples/example.ML" + module_name Example file "$ISABELLE_TMP/example.ML" text \\noindent resulting in the following code:\