Message.st
changeset 24761 b17fed2fa6dd
parent 24389 3ec8fdee7d8e
--- 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
 !