tuned msg;
authorwenzelm
Tue, 02 Jul 2002 15:39:49 +0200
changeset 13275 fdd23370b98f
parent 13274 191419fac368
child 13276 a02ee4fec6b7
tuned msg;
src/Pure/Isar/isar_syn.ML
--- a/src/Pure/Isar/isar_syn.ML	Tue Jul 02 15:38:48 2002 +0200
+++ b/src/Pure/Isar/isar_syn.ML	Tue Jul 02 15:39:49 2002 +0200
@@ -581,7 +581,8 @@
     (Scan.succeed (Toplevel.no_timing o IsarCmd.print_antiquotations));
 
 val thms_containingP =
-  OuterSyntax.improper_command "thms_containing" "print theorems containing certain constants"
+  OuterSyntax.improper_command "thms_containing"
+    "print facts containing certain constants or variables"
     K.diag (Scan.repeat P.term >> (Toplevel.no_timing oo IsarCmd.print_thms_containing));
 
 val thm_depsP =