diff options
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 9bf9c73fb6f..ff8011316e0 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -644,7 +644,7 @@ signal -- for a process that has got a fatal signal.\n\ | |||
| 644 | open -- for a network stream connection that is open.\n\ | 644 | open -- for a network stream connection that is open.\n\ |
| 645 | closed -- for a network stream connection that is closed.\n\ | 645 | closed -- for a network stream connection that is closed.\n\ |
| 646 | nil -- if arg is a process name and no such process exists.\n\ | 646 | nil -- if arg is a process name and no such process exists.\n\ |
| 647 | PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ | 647 | PROCESS may be a process, a buffer, the name of a process, or\n\ |
| 648 | nil, indicating the current buffer's process.") | 648 | nil, indicating the current buffer's process.") |
| 649 | (process) | 649 | (process) |
| 650 | register Lisp_Object process; | 650 | register Lisp_Object process; |