tuned msg;
authorwenzelm
Thu, 02 Feb 2006 12:54:24 +0100
changeset 18900 e7d4e51bd4b1
parent 18899 a8e913c93578
child 18901 701e53c81c25
tuned msg;
src/Pure/Isar/proof_context.ML
--- a/src/Pure/Isar/proof_context.ML	Thu Feb 02 12:54:08 2006 +0100
+++ b/src/Pure/Isar/proof_context.ML	Thu Feb 02 12:54:24 2006 +0100
@@ -1108,7 +1108,7 @@
 local
 
 fun no_dups _ [] = ()
-  | no_dups ctxt dups = error ("Duplicate variable(s): " ^ commas_quote dups);
+  | no_dups ctxt dups = error ("Duplicate fixed variable(s): " ^ commas_quote dups);
 
 fun gen_fixes prep raw_vars ctxt =
   let