Set.st
changeset 8606 6612bbac2d71
parent 8499 de9cfb15379a
child 8831 918f291920c2
--- a/Set.st	Thu Sep 30 11:49:17 2004 +0200
+++ b/Set.st	Thu Sep 30 14:01:24 2004 +0200
@@ -629,8 +629,8 @@
 !Set methodsFor:'obsolete set operations'!
 
 + aCollection
-    "Kept for backward compatibility. Use #union: instead, to isolate
-     arithmethic and set operations"
+    "Kept for backward compatibility. 
+     Use #union: instead, to isolate arithmethic and set operations"
 
     <resource: #obsolete>
 
@@ -638,8 +638,8 @@
 !
 
 - aCollection
-    "Kept for backward compatibility. Use #union: instead, to isolate
-     arithmethic and set operations"
+    "Kept for backward compatibility. 
+     Use #\ instead, to isolate arithmethic and set operations"
 
     <resource: #obsolete>
 
@@ -1167,7 +1167,7 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.90 2004-08-30 16:48:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.91 2004-09-30 12:01:24 cg Exp $'
 ! !
 
 Set initialize!