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:
parent
61b63f460d
commit
64c2bfbc4f
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue