EditTextView.st
changeset 6198 8c4bc6c92871
parent 6184 5c47cff0a192
child 6200 3d0e00c511ba
--- a/EditTextView.st	Thu Aug 24 22:44:32 2017 +0200
+++ b/EditTextView.st	Wed Aug 30 20:18:08 2017 +0200
@@ -3996,12 +3996,13 @@
 !
 
 parenthizeSelection
-    "place parenthesis around the selected text.
+    "place parentheses around the selected text.
      if already parenthized, de-parenthize it"
 
     self parenthizeSelectionWith:$( and:$)
 
     "Created: / 06-06-2016 / 10:59:05 / cg"
+    "Modified (comment): / 30-08-2017 / 20:17:46 / cg"
 !
 
 parenthizeSelectionWith:openingCharacter and:closingCharacter