documentation
authorStefan Vogel <sv@exept.de>
Fri, 30 Jun 2006 09:54:26 +0200
changeset 9403 ba6ca2bcfe10
parent 9402 39ea6523196d
child 9404 f0416ce9d6a2
documentation
CharacterArray.st
--- a/CharacterArray.st	Thu Jun 29 10:22:22 2006 +0200
+++ b/CharacterArray.st	Fri Jun 30 09:54:26 2006 +0200
@@ -2404,7 +2404,7 @@
 !
 
 asText
-    "return a Text-object (collection of lines) from myself."
+    "return a Text-object (string with emphasis) from myself."
 
     "this test allows for small non-gui apps to be built without libbasic2 (where Text is)"
     Text isNil ifTrue:[^ self].
@@ -3752,6 +3752,7 @@
     "Modified: 17.4.1997 / 12:50:23 / cg"
 ! !
 
+
 !CharacterArray methodsFor:'regular expressions'!
 
 allRegexMatches: rxString
@@ -5291,7 +5292,7 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.342 2006-06-20 19:45:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.343 2006-06-30 07:54:26 stefan Exp $'
 ! !
 
 CharacterArray initialize!