Form.st
changeset 7238 f3b9554e8095
parent 7106 52956049570c
child 7244 9c77b73e65d8
child 7260 5b9f9cbd2435
--- a/Form.st	Fri Mar 25 17:11:41 2016 +0100
+++ b/Form.st	Fri Mar 25 17:11:57 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1132,13 +1130,13 @@
 !
 
 colorMap
-    "return the receivers colormap"
+    "return the receiver's colormap"
 
     ^ localColorMap
 !
 
 colorMap:anArrayOrColorMap
-    "set the receivers colormap"
+    "set the receiver's colormap"
 
     localColorMap := anArrayOrColorMap
 
@@ -1146,7 +1144,7 @@
 !
 
 depth
-    "return the receivers depth"
+    "return the receiver's depth"
 
     ^ depth
 !