From: ceriel Date: Wed, 12 Jul 1989 10:59:16 +0000 (+0000) Subject: procedure function --> function procedure X-Git-Tag: release-5-5~2337 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cee897ecfa7dd2eb6fe52bbd03efdf0b190ed5a2;p=ack.git procedure function --> function procedure --- diff --git a/doc/m2ref.doc b/doc/m2ref.doc index fbbc9b0ff..4a9badd1f 100644 --- a/doc/m2ref.doc +++ b/doc/m2ref.doc @@ -367,9 +367,9 @@ This error can only occur when the user has installed his own trap handler. It means that during execution of the trap handler another trap has occurred, and that several times. In some cases, this is an error because of overflow of some internal tables. -.IP "no RETURN from procedure function" +.IP "no RETURN from function procedure" .br -This error occurs when a procedure function does not return properly +This error occurs when a function procedure does not return properly ("falls" through). .IP "illegal instruction" .br