Text.st
changeset 2552 a891a2d361b8
parent 2496 993d16c301d7
child 2578 0b44903b0406
--- a/Text.st	Tue Mar 29 19:31:54 2011 +0200
+++ b/Text.st	Fri Apr 01 16:19:28 2011 +0200
@@ -1002,7 +1002,7 @@
 !
 
 backgroundColorizeAllWith:aColor
-    "change the bc-color of all characters"
+    "change the bg-color of all characters"
 
     self emphasisAllAdd:(BackgroundColorEmphasis -> aColor).
 
@@ -1019,6 +1019,8 @@
      Transcript showCR:
         ('hello ' , ('red' allBold backgroundColorizeAllWith:(Color red)) , ' world')
     "
+
+    "Modified: / 01-04-2011 / 16:19:21 / cg"
 !
 
 colorizeAllWith:aColor
@@ -1743,11 +1745,11 @@
 !Text class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.107 2010-09-21 06:58:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.108 2011-04-01 14:19:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.107 2010-09-21 06:58:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.108 2011-04-01 14:19:28 cg Exp $'
 ! !
 
 Text initialize!