]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix process-thread docstring
authorRobert Pluim <rpluim@gmail.com>
Fri, 8 Feb 2019 07:22:34 +0000 (08:22 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 8 Feb 2019 07:22:34 +0000 (08:22 +0100)
* src/process.c (Fprocess_thread): Correct docstring.

src/process.c

index d8acd139c00d46a28b4ff764a9e23e3a80316ed8..2df51cfd9965c30bbdaad908069ff5b76985c90f 100644 (file)
@@ -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)
 {