UserInterrupt.st
changeset 6207 b53b64413b40
parent 5973 ebf220026e0a
child 7588 1819a1c408f3
--- a/UserInterrupt.st	Sat Nov 17 11:01:33 2001 +0100
+++ b/UserInterrupt.st	Sat Nov 17 11:02:15 2001 +0100
@@ -4,12 +4,20 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Control'
 !
 
+!UserInterrupt class methodsFor:'documentation'!
+
+documentation
+"
+    Raised when the user presses the Interrupt-Key,
+    which is CTRL-c on unix and BREAK on win32 systems.
+"
+! !
 
 !UserInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.1 2001-09-07 10:09:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.2 2001-11-17 10:02:10 cg Exp $'
 ! !