Fix process-thread docstring
* src/process.c (Fprocess_thread): Correct docstring.
This commit is contained in:
parent
459b669b08
commit
8e22025f33
1 changed files with 1 additions and 1 deletions
|
@ -1350,7 +1350,7 @@ If THREAD is nil, the process is unlocked. */)
|
||||||
|
|
||||||
DEFUN ("process-thread", Fprocess_thread, Sprocess_thread,
|
DEFUN ("process-thread", Fprocess_thread, Sprocess_thread,
|
||||||
1, 1, 0,
|
1, 1, 0,
|
||||||
doc: /* Ret the locking thread of PROCESS.
|
doc: /* Return the locking thread of PROCESS.
|
||||||
If PROCESS is unlocked, this function returns nil. */)
|
If PROCESS is unlocked, this function returns nil. */)
|
||||||
(Lisp_Object process)
|
(Lisp_Object process)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue