CharacterArray.st
changeset 244 9faa2da0650a
parent 215 a1768b48c8af
child 247 9e3057039d60
--- a/CharacterArray.st	Sat Feb 11 15:08:47 1995 +0100
+++ b/CharacterArray.st	Sat Feb 11 15:09:04 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.11 1995-02-02 12:13:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.12 1995-02-11 14:08:11 claus Exp $
 '!
 
 !AbstractString class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.11 1995-02-02 12:13:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.12 1995-02-11 14:08:11 claus Exp $
 "
 !
 
@@ -174,11 +174,8 @@
     ^ String fromString:self
 !
 
-asText
-    "return a Text-object (collection of lines) from myself.
-     BIG warning: Text is totally misnamed here 
-     - ST/X's Text has nothing to do with PP's Text.
-     Therefore it will be removed/renamed soon."
+asStringCollection
+    "return a collection of lines from myself."
 
     ^ Text from:self
 !