String.st
changeset 1246 132a3f6c83bf
parent 1240 6e848c626276
child 1251 9a76f8683400
--- a/String.st	Mon Apr 22 13:03:32 1996 +0200
+++ b/String.st	Mon Apr 22 13:05:39 1996 +0200
@@ -1034,11 +1034,13 @@
 !
 
 literalArrayEncoding
-    "encode myself as an array literal."
+    "encode myself as an array literal, from which a copy of the receiver
+     can be reconstructed with #decodeAsLiteralArray."
 
     ^ self
 
     "Modified: 1.9.1995 / 02:25:45 / claus"
+    "Modified: 22.4.1996 / 13:00:50 / cg"
 !
 
 withTabsExpanded
@@ -2181,5 +2183,5 @@
 !String class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.71 1996-04-20 21:15:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.72 1996-04-22 11:05:39 cg Exp $'
 ! !