From: Robert Pluim Date: Fri, 8 Feb 2019 07:22:34 +0000 (+0100) Subject: Fix process-thread docstring X-Git-Tag: emacs-26.1.92~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e22025;p=emacs.git Fix process-thread docstring * src/process.c (Fprocess_thread): Correct docstring. --- diff --git a/src/process.c b/src/process.c index d8acd139c00..2df51cfd996 100644 --- a/src/process.c +++ b/src/process.c @@ -1350,7 +1350,7 @@ If THREAD is nil, the process is unlocked. */) DEFUN ("process-thread", Fprocess_thread, Sprocess_thread, 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. */) (Lisp_Object process) {