diff -r 38370fbda844 -r b17fed2fa6dd Message.st --- a/Message.st Sun Sep 08 16:06:17 2019 +0200 +++ b/Message.st Sun Sep 08 16:06:33 2019 +0200 @@ -191,7 +191,7 @@ ! argumentCount - "VisualAge/ANSI compatibility: return the number of arguments of the message" + "ANSI compatibility: return the number of arguments of the message" ^ args size ! @@ -212,7 +212,8 @@ ! numArgs - "return the number of arguments of the message" + "return the number of arguments of the message. + Please use argumentCount for ANSI compatibility" ^ args size !