Workspace.st
changeset 4876 bd61d63ca402
parent 4815 f75345885ad7
child 4877 ccea19c1d3ae
--- a/Workspace.st	Sat Feb 08 12:31:21 2014 +0100
+++ b/Workspace.st	Sun Feb 09 22:41:07 2014 +0100
@@ -526,6 +526,14 @@
 commentStrings:anArrayOfCommentStrings
     "define the comment strings"
 
+    "/ The argument must be of the form:
+    "/    #(
+    "/        '"/'
+    "/        ('"' '"')
+    "/    )
+    "/ where simple string elements define the EOL comment sequence, 
+    "/ and pairs define regular comment opening/closing seqeuences.
+
     commentStrings := anArrayOfCommentStrings
 
     "Created: / 9.11.1997 / 01:05:25 / cg"
@@ -2196,10 +2204,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.310 2013-10-24 08:12:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.311 2014-02-09 21:41:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.310 2013-10-24 08:12:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.311 2014-02-09 21:41:07 cg Exp $'
 ! !