From: Chong Yidong Date: Tue, 28 Oct 2008 20:16:18 +0000 (+0000) Subject: (Process Information): Note that process-status does not accept buffer X-Git-Tag: emacs-pretest-23.0.90~2131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=170ddd9772078946383d2bef418e0db5d83c7655;p=emacs.git (Process Information): Note that process-status does not accept buffer names. --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index c0beb7a67df..e3bbb88899a 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -791,8 +791,8 @@ This function returns the name of @var{process}. @defun process-status process-name This function returns the status of @var{process-name} as a symbol. -The argument @var{process-name} must be a process, a buffer, a -process name (string) or a buffer name (string). +The argument @var{process-name} must be a process, a buffer, or a +process name (a string). The possible values for an actual subprocess are: @@ -823,10 +823,6 @@ if @var{process-name} is not the name of an existing process. @smallexample @group -(process-status "shell") - @result{} run -@end group -@group (process-status (get-buffer "*shell*")) @result{} run @end group