tuned msgs;
authorwenzelm
Thu, 06 Jul 2000 18:12:17 +0200
changeset 9274 21c302a2fd9a
parent 9273 798673f65f02
child 9275 5f39d82606aa
tuned msgs;
src/Pure/Isar/proof_context.ML
--- a/src/Pure/Isar/proof_context.ML	Thu Jul 06 18:11:48 2000 +0200
+++ b/src/Pure/Isar/proof_context.ML	Thu Jul 06 18:12:17 2000 +0200
@@ -175,7 +175,7 @@
 (* local theorems *)
 
 fun pretty_thms (Context {thms, ...}) =
-  pretty_items pretty_thm "local theorems:" (mapfilter smash_option (Symtab.dest thms));
+  pretty_items pretty_thm "facts:" (mapfilter smash_option (Symtab.dest thms));
 
 val print_thms = Pretty.writeln o Pretty.chunks o pretty_thms;