aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorKim F. Storm2002-03-01 00:00:21 +0000
committerKim F. Storm2002-03-01 00:00:21 +0000
commite4984112de3d3178f4de25fae2fca4c42510cbd1 (patch)
tree5fee47de1ee898ab4cfd4d8c5cb50bf5ef19b4d0 /src/process.c
parent81d5af8b094141856cd50c523d5d723978c2a62b (diff)
downloademacs-e4984112de3d3178f4de25fae2fca4c42510cbd1.tar.gz
emacs-e4984112de3d3178f4de25fae2fca4c42510cbd1.zip
(Fprocess_status): Document connect and failed return values.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 6f6f681f041..21845b98b41 100644
--- a/src/process.c
+++ b/src/process.c
@@ -636,6 +636,8 @@ exit -- for a process that has exited.
636signal -- for a process that has got a fatal signal. 636signal -- for a process that has got a fatal signal.
637open -- for a network stream connection that is open. 637open -- for a network stream connection that is open.
638closed -- for a network stream connection that is closed. 638closed -- for a network stream connection that is closed.
639connect -- when waiting for a non-blocking connection to complete.
640failed -- when a non-blocking connection has failed.
639nil -- if arg is a process name and no such process exists. 641nil -- if arg is a process name and no such process exists.
640PROCESS may be a process, a buffer, the name of a process, or 642PROCESS may be a process, a buffer, the name of a process, or
641nil, indicating the current buffer's process. */) 643nil, indicating the current buffer's process. */)