diff -r c8a2755bf220 -r ff784d5a5bfb src/HOL/Data_Structures/Sorting.thy --- a/src/HOL/Data_Structures/Sorting.thy Sat Jan 05 17:00:43 2019 +0100 +++ b/src/HOL/Data_Structures/Sorting.thy Sat Jan 05 17:24:33 2019 +0100 @@ -374,7 +374,7 @@ subsection "Insertion Sort w.r.t. Keys and Stability" -text \Note that @{const insort_key} is already defined in theory @{theory HOL.List}. +text \Note that \<^const>\insort_key\ is already defined in theory \<^theory>\HOL.List\. Thus some of the lemmas are already present as well.\ fun isort_key :: "('a \ 'k::linorder) \ 'a list \ 'a list" where