# HG changeset patch # User Kim F. Storm # Date 1014940759 0 # Node ID f21620032428b96246854994067f7d7da00cd595 # Parent b227905067b68953b6ccbe88c8d65ccc9a376cab (Fprocess_status): Document connect and failed return values. diff -r b227905067b6 -r f21620032428 src/process.c --- a/src/process.c Thu Feb 28 23:55:18 2002 +0000 +++ b/src/process.c Thu Feb 28 23:59:19 2002 +0000 @@ -636,6 +636,8 @@ signal -- for a process that has got a fatal signal. open -- for a network stream connection that is open. closed -- for a network stream connection that is closed. +connect -- when waiting for a non-blocking connection to complete. +failed -- when a non-blocking connection has failed. nil -- if arg is a process name and no such process exists. PROCESS may be a process, a buffer, the name of a process, or nil, indicating the current buffer's process. */)