src/Pure/Thy/bibtex.ML
changeset 72194 eef421b724c0
parent 71881 71de0a253842
child 72613 d01ea9e3bd2d
--- a/src/Pure/Thy/bibtex.ML	Sat Aug 22 20:32:44 2020 +0200
+++ b/src/Pure/Thy/bibtex.ML	Sat Aug 22 20:37:31 2020 +0200
@@ -20,7 +20,7 @@
 type message = string * Position.T;
 
 fun check_database pos0 database =
-  \<^scala>\<open>check_bibtex_database\<close> database
+  \<^scala>\<open>bibtex_check_database\<close> database
   |> YXML.parse_body
   |> let open XML.Decode in pair (list (pair string properties)) (list (pair string properties)) end
   |> (apply2 o map o apsnd) (fn pos => Position.of_properties (pos @ Position.get_props pos0));