src/Pure/thm.ML
changeset 58837 e84d900cd287
parent 56245 84fc7dfa3cd4
child 58946 3bf80312508e
--- a/src/Pure/thm.ML	Thu Oct 30 16:17:56 2014 +0100
+++ b/src/Pure/thm.ML	Thu Oct 30 16:20:46 2014 +0100
@@ -1390,7 +1390,7 @@
 
 (*Rotates a rule's premises to the left by k, leaving the first j premises
   unchanged.  Does nothing if k=0 or if k equals n-j, where n is the
-  number of premises.  Useful with etac and underlies defer_tac*)
+  number of premises.  Useful with eresolve_tac and underlies defer_tac*)
 fun permute_prems j k rl =
   let
     val Thm (der, {thy, maxidx, shyps, hyps, tpairs, prop, ...}) = rl;