Fix process-thread docstring

* src/process.c (Fprocess_thread): Correct docstring.
This commit is contained in:
Robert Pluim 2019-02-08 08:22:34 +01:00
parent 459b669b08
commit 8e22025f33

View file

@ -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)
{ {