From 170ddd9772078946383d2bef418e0db5d83c7655 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 28 Oct 2008 20:16:18 +0000 Subject: [PATCH] (Process Information): Note that process-status does not accept buffer names. --- doc/lispref/processes.texi | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 -- 2.39.2