]> code.delx.au - gnu-emacs/blobdiff - src/process.h
Ibuffer change marks
[gnu-emacs] / src / process.h
index 4430377877a232c1627d5aa6bd2d0355dec6777c..6c227bc22666d1d5dddca97ea68bbe202b08d51f 100644 (file)
@@ -83,7 +83,9 @@ struct Lisp_Process
     Lisp_Object mark;
 
     /* Symbol indicating status of process.
-       This may be a symbol: run, open, closed, listen, connect, or failed.
+       This may be a symbol: run, open, closed, listen, or failed.
+       Or it may be a pair (connect . ADDRINFOS) where ADDRINFOS is
+       a list of remaining (PROTOCOL . ADDRINFO) pairs to try.
        Or it may be (failed ERR) where ERR is an integer, string or symbol.
        Or it may be a list, whose car is stop, exit or signal
        and whose cdr is a pair (EXIT_CODE . COREDUMP_FLAG)