MessageSend.st
changeset 1270 4e8058487ed3
parent 1269 77682b54144c
child 1293 02fb05148c98
--- a/MessageSend.st	Tue Apr 23 16:53:41 1996 +0200
+++ b/MessageSend.st	Tue Apr 23 16:54:20 1996 +0200
@@ -63,6 +63,9 @@
     You can either store arguments in the messageSend object, or
     leave them undefined until the send is actually performed, and
     pass any arguments with the value:-messages.
+
+    [See also:]
+        Block  Message
 "
 !
 
@@ -208,5 +211,5 @@
 !MessageSend class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MessageSend.st,v 1.9 1996-04-23 14:53:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MessageSend.st,v 1.10 1996-04-23 14:54:20 cg Exp $'
 ! !