#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 17 Jan 2018 14:09:45 +0100
changeset 6261 4cf20b175ac9
parent 6260 69259ae49d3f
child 6262 5b9bf7c3c828
#DOCUMENTATION by cg class: TextView comment/format in: #hasSelection
TextView.st
--- 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
 !