# HG changeset patch # User Claus Gittinger # Date 819119073 -3600 # Node ID afbb3ebde874d9356d9de27193c35d7b677cf922 # Parent 452133016f547ae857242dd81ce2b7130ce4d699 commentary diff -r 452133016f54 -r afbb3ebde874 Delay.st --- a/Delay.st Sat Dec 16 14:04:17 1995 +0100 +++ b/Delay.st Sat Dec 16 14:04:33 1995 +0100 @@ -55,7 +55,7 @@ delay for at least this minimum time interval. Check your systems resolution with: - (make certain, that no other timed delays are running in the background when doing this) + (make certain, that no other timed processes are running in the background when doing this) |d t1 t2 res| @@ -237,5 +237,5 @@ !Delay class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.13 1995-12-16 13:04:17 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.14 1995-12-16 13:04:33 cg Exp $' ! !