diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
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. | |||
| 636 | signal -- for a process that has got a fatal signal. | 636 | signal -- for a process that has got a fatal signal. |
| 637 | open -- for a network stream connection that is open. | 637 | open -- for a network stream connection that is open. |
| 638 | closed -- for a network stream connection that is closed. | 638 | closed -- for a network stream connection that is closed. |
| 639 | connect -- when waiting for a non-blocking connection to complete. | ||
| 640 | failed -- when a non-blocking connection has failed. | ||
| 639 | nil -- if arg is a process name and no such process exists. | 641 | nil -- if arg is a process name and no such process exists. |
| 640 | PROCESS may be a process, a buffer, the name of a process, or | 642 | PROCESS may be a process, a buffer, the name of a process, or |
| 641 | nil, indicating the current buffer's process. */) | 643 | nil, indicating the current buffer's process. */) |