changed: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 14 Oct 2009 19:34:24 +0200
changeset 12277 29a16650c9f4
parent 12276 6a8f5042befc
child 12278 992ca2a1e9a6
changed: #documentation
Notification.st
--- a/Notification.st	Wed Oct 14 19:29:49 2009 +0200
+++ b/Notification.st	Wed Oct 14 19:34:24 2009 +0200
@@ -37,7 +37,7 @@
 
 documentation
 "    
-    Notification is the superclass of all notification exceptions in the system.
+    Notification is the superclass of all notification signals in the system.
     contrast to regular exceptions, Notifications are ignored, if no handler is present
     and a default value is returned from the raise.
     When a handler finishes, the do-block is proceeded with the exception handlers value
@@ -338,11 +338,11 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp $'
 ! !
 
 Notification initialize!