1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00

* src/process.c (Fget_buffer_process): Improve docstring

Document the fact that it doesn't return dead processes.
This commit is contained in:
Artur Malabarba 2015-10-28 11:07:41 +00:00
parent 61b63f460d
commit 64c2bfbc4f

View file

@ -7176,8 +7176,10 @@ setup_process_coding_systems (Lisp_Object process)
}
DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
doc: /* Return the (or a) process associated with BUFFER.
BUFFER may be a buffer or the name of one. */)
doc: /* Return the (or a) live process associated with BUFFER.
BUFFER may be a buffer or the name of one.
Return nil if all processes associated with BUFFER have been
deleted or killed. */)
(register Lisp_Object buffer)
{
#ifdef subprocesses