EditTextView.st
changeset 6171 94945eb87a71
parent 6163 a43ebb055c61
child 6184 5c47cff0a192
--- a/EditTextView.st	Thu Jun 15 01:49:48 2017 +0200
+++ b/EditTextView.st	Mon Jun 19 16:26:43 2017 +0200
@@ -2902,7 +2902,7 @@
 !
 
 validateCursorLine:line
-    "check of line is a valid cursor line; return a fixed line-nr if not.
+    "check if line is a valid cursor line; return a fixed line-nr if not.
      Here, no limits are enforced (and line is returned), but it may be
      redefined in views which don't like the cursor to be positioned
      behind the end of the text (vi/st-80 behavior), or want to
@@ -2922,6 +2922,7 @@
     "Created: / 22-05-1996 / 18:22:23 / cg"
     "Modified: / 20-06-1998 / 18:19:26 / cg"
     "Modified (comment): / 11-02-2017 / 09:12:37 / cg"
+    "Modified (comment): / 19-06-2017 / 16:25:27 / mawalch"
 !
 
 withCursorOffDo:aBlock