commentary
authorClaus Gittinger <cg@exept.de>
Tue, 23 Apr 1996 16:54:20 +0200
changeset 1270 4e8058487ed3
parent 1269 77682b54144c
child 1271 a11ef7b9c780
commentary
MessageSend.st
--- 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 $'
 ! !