diff options
| author | Karl Heuer | 1998-11-07 16:55:41 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-11-07 16:55:41 +0000 |
| commit | 31cd7d0079cfcfdf93765ec4d8b67b95f3933aff (patch) | |
| tree | 0491ed2e51cb014d79d81aae4f493440485ffc81 /src/process.c | |
| parent | 8dc9e2ef68021e161f757ca0f59c93b2e1e68021 (diff) | |
| download | emacs-31cd7d0079cfcfdf93765ec4d8b67b95f3933aff.tar.gz emacs-31cd7d0079cfcfdf93765ec4d8b67b95f3933aff.zip | |
(Fprocess_status): Doc fix.
Diffstat (limited to 'src/process.c')
| -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; |