Mercurial > emacs
changeset 99195:524aa1296742
(Process Information): Note that process-status does not accept buffer
names.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 28 Oct 2008 20:16:18 +0000 |
parents | 0b187bd43544 |
children | 35155d8e5360 |
files | doc/lispref/processes.texi |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/processes.texi Tue Oct 28 20:16:09 2008 +0000 +++ b/doc/lispref/processes.texi Tue Oct 28 20:16:18 2008 +0000 @@ -791,8 +791,8 @@ @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 @@ @smallexample @group -(process-status "shell") - @result{} run -@end group -@group (process-status (get-buffer "*shell*")) @result{} run @end group