changeset 43600:f21620032428

(Fprocess_status): Document connect and failed return values.
author Kim F. Storm <storm@cua.dk>
date Thu, 28 Feb 2002 23:59:19 +0000
parents b227905067b6
children 5f4fc7c4085c
files src/process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */)