diff -r 48a314a68cb8 -r 8aa66f2ff56c CharacterArray.st --- a/CharacterArray.st Tue Aug 27 09:21:48 2013 +0200 +++ b/CharacterArray.st Tue Aug 27 09:30:41 2013 +0200 @@ -4658,7 +4658,7 @@ printfWith:arg1 with:arg2 with:arg3 with:arg4 with:arg5 "Format and print the receiver with formatted in C style, as specified in the Unix C-language manual page for printf(3). - Return the resulting string." + Return the resulting string (i.e actually, this is more like an sprintf)." ^ self printf:(Array with:arg1 with:arg2 with:arg3 with:arg4 with:arg5) @@ -6433,11 +6433,11 @@ !CharacterArray class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.511 2013-08-20 13:46:36 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.512 2013-08-27 07:30:41 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.511 2013-08-20 13:46:36 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.512 2013-08-27 07:30:41 cg Exp $' ! !