From: Karl Heuer Date: Sat, 7 Nov 1998 16:55:41 +0000 (+0000) Subject: (Fprocess_status): Doc fix. X-Git-Tag: emacs-20.4~1288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31cd7d0079cfcfdf93765ec4d8b67b95f3933aff;p=emacs.git (Fprocess_status): Doc fix. --- 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\ open -- for a network stream connection that is open.\n\ closed -- for a network stream connection that is closed.\n\ nil -- if arg is a process name and no such process exists.\n\ -PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ +PROCESS may be a process, a buffer, the name of a process, or\n\ nil, indicating the current buffer's process.") (process) register Lisp_Object process;