src/Pure/Tools/find_theorems.ML
changeset 56613 3518ea9f5200
parent 56467 8d7d6f17c6a7
child 56621 798ba1c2da12
--- a/src/Pure/Tools/find_theorems.ML	Thu Apr 17 11:29:15 2014 +0200
+++ b/src/Pure/Tools/find_theorems.ML	Thu Apr 17 11:31:46 2014 +0200
@@ -206,7 +206,7 @@
     val goal' = Thm.transfer thy' goal;
 
     fun limited_etac thm i =
-      Seq.take (Options.default_int @{system_option find_theorems_tac_limit}) o etac thm i;
+      Seq.take (Options.default_int @{system_option find_theorems_tactic_limit}) o etac thm i;
     fun try_thm thm =
       if Thm.no_prems thm then rtac thm 1 goal'
       else