improved comments;
authorwenzelm
Thu, 07 Apr 2005 09:26:10 +0200
changeset 15662 7e3bee7df06e
parent 15661 9ef583b08647
child 15663 6e6233e8cf5e
improved comments;
src/Provers/hypsubst.ML
--- a/src/Provers/hypsubst.ML	Thu Apr 07 09:25:33 2005 +0200
+++ b/src/Provers/hypsubst.ML	Thu Apr 07 09:26:10 2005 +0200
@@ -3,7 +3,7 @@
     Authors:    Martin D Coen, Tobias Nipkow and Lawrence C Paulson
     Copyright   1995  University of Cambridge
 
-Basic equational reasoning: (hyp_)subst method and symmetric attribute.
+Basic equational reasoning: hyp_subst_tac and methods "hypsubst", "subst".
 
 Tactic to substitute using (at least) the assumption x=t in the rest
 of the subgoal, and to delete (at least) that assumption.  Original