src/Pure/Isar/isar_syn.ML
changeset 13275 fdd23370b98f
parent 12968 e4002554cbfb
child 13284 20c818c966e6
--- 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 =