changed: #answer:do:
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2009 09:27:21 +0200
changeset 12060 49c65efc6abb
parent 12059 dc79a13a160a
child 12061 3fbbdc149c45
changed: #answer:do:
Notification.st
--- a/Notification.st	Thu Oct 01 09:26:48 2009 +0200
+++ b/Notification.st	Thu Oct 01 09:27:21 2009 +0200
@@ -98,7 +98,7 @@
 
 answer:someAnswer do:aBlock
     "evaluate the argument, aBlock.
-     If the receiver is queried during evaluation, answer with someAnswer.
+     If the receiver is queried during evaluation, answer and proceed with someAnswer.
      This is a wrapper for #handle:do: for lazy typists; no new functionality."
 
     <context: #return>
@@ -330,11 +330,11 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.22 2009-09-29 16:17:02 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.23 2009-10-01 07:27:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.22 2009-09-29 16:17:02 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.23 2009-10-01 07:27:21 cg Exp $'
 ! !
 
 Notification initialize!