comment
authorClaus Gittinger <cg@exept.de>
Thu, 21 Dec 2006 14:18:19 +0100
changeset 10281 47dd93edcfa5
parent 10280 acca50cc0f17
child 10282 0d8f114eaf9c
comment
WriteStream.st
--- a/WriteStream.st	Thu Dec 21 14:17:14 2006 +0100
+++ b/WriteStream.st	Thu Dec 21 14:18:19 2006 +0100
@@ -50,7 +50,10 @@
     not always return the original collection. This may change.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
+
+    [see also:]
+        CharacterWriteStream (if streaming for a unicode string)
 "
 !
 
@@ -590,5 +593,5 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.66 2006-10-11 11:32:44 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.67 2006-12-21 13:18:19 cg Exp $'
 ! !