MethodCategoryChange.st
changeset 45 0a58b03645a6
parent 39 e36b38a77856
child 68 5f7ac0b5c903
--- a/MethodCategoryChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MethodCategoryChange.st	Tue Aug 29 18:39:29 1995 +0200
@@ -33,9 +33,16 @@
 "
 !
 
+documentation
+"
+    instances represent method-category changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.4 1995-08-11 16:01:28 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.5 1995-08-29 16:39:26 claus Exp $
 "
 ! !