diff -r 2ec010b1a559 -r 0f3f9a156d0d Signal.st --- a/Signal.st Thu Sep 22 15:17:29 2016 +0200 +++ b/Signal.st Thu Sep 22 15:17:45 2016 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1993 by Claus Gittinger All Rights Reserved @@ -153,7 +155,7 @@ !Signal class methodsFor:'Signal constants'! genericSignal - "return the generic signal - thats the parent of all signals + "return the generic signal - that's the parent of all signals in the system." ^ GenericException @@ -269,7 +271,7 @@ originalSignal "return the signal/exception which was originally raised. - For noHandler, that is my unhandled signal; for others, thats the exception itself." + For noHandler, that is my unhandled signal; for others, that's the exception itself." ^ self. !