TextView.st
changeset 6261 4cf20b175ac9
parent 6256 76350fb3380f
child 6264 3b7b675cbdf8
--- a/TextView.st	Wed Jan 17 14:09:20 2018 +0100
+++ b/TextView.st	Wed Jan 17 14:09:45 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -4952,7 +4950,7 @@
 !
 
 hasSelection
-    "return true, if there is a selection"
+    "return true, if there is a text selection"
 
     ^ selectionStartLine notNil
 !