Cursor.st
changeset 7353 6a68e2c8ba60
parent 7205 9c759d20a69f
child 7669 88df7c0efebf
--- a/Cursor.st	Tue May 10 10:11:56 2016 +0200
+++ b/Cursor.st	Tue May 10 10:13:07 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -3187,7 +3185,7 @@
 !
 
 showIn:aView while:aBlock
-    "ST-80 mimicri: change aViews cursors to the receiver, while evaluationg aBlock.
+    "ST-80 mimicri: change aView's cursors to the receiver, while evaluationg aBlock.
      Return the value as returned by aBlock."
 
     |savedCursor|