# HG changeset patch # User wenzelm # Date 1387050396 -3600 # Node ID b9ae4a2f615b06fbab6557a74a08bea644c823d4 # Parent 7a86358a3c0b588df7c05c49127789f86df1f7b1 more antiquotations; diff -r 7a86358a3c0b -r b9ae4a2f615b src/HOL/Library/State_Monad.thy --- a/src/HOL/Library/State_Monad.thy Sat Dec 14 17:28:05 2013 +0100 +++ b/src/HOL/Library/State_Monad.thy Sat Dec 14 20:46:36 2013 +0100 @@ -145,7 +145,7 @@ "_sdo_block (_sdo_final e)" => "e" text {* - For an example, see @{text "HOL/Proofs/Extraction/Higman.thy"}. + For an example, see @{file "~~/src/HOL/Proofs/Extraction/Higman.thy"}. *} end diff -r 7a86358a3c0b -r b9ae4a2f615b src/HOL/Word/Word.thy --- a/src/HOL/Word/Word.thy Sat Dec 14 17:28:05 2013 +0100 +++ b/src/HOL/Word/Word.thy Sat Dec 14 20:46:36 2013 +0100 @@ -14,7 +14,7 @@ Word_Miscellaneous begin -text {* see @{text "Examples/WordExamples.thy"} for examples *} +text {* See @{file "Examples/WordExamples.thy"} for examples. *} subsection {* Type definition *}