--- freem/doc/freem.texi 2025/05/05 13:13:39 1.48 +++ freem/doc/freem.texi 2025/05/05 13:15:53 1.49 @@ -2048,14 +2048,14 @@ Identical to @ref{$TRANSLATE()}, except * ZBREAK:: Enable/disable ZBREAK mode. * ZCONST:: Define a constant that cannot be altered after initial definition. * ZGOTO:: @code{GOTO} with @code{BREAK} control. -* ZHALT:: Unknown. +* ZHALT:: Exit FreeM job with return value. * ZINSERT:: Insert code into routine buffer. -* ZJOB:: Invokes a job, ignoring any timeouts. +* ZJOB:: Invoke job, ignoring any timeouts. * ZLOAD:: Load routine into routine buffer. * ZMAP:: Map a global name to a non-default namespace. * ZNEW:: Unknown. * ZPRINT:: Print contents of routine buffer. -* ZQUIT:: Quits multiple stack levels at once. +* ZQUIT:: Quit multiple stack levels at once. * ZREMOVE:: Remove code from routine buffer. * ZSAVE:: Save routine buffer to disk. * ZTHROW:: Programmatically raise an error condition.