From 8e22025f3306f2d1654dc19ab42558448b508bd7 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 8 Feb 2019 08:22:34 +0100 Subject: [PATCH] Fix process-thread docstring * src/process.c (Fprocess_thread): Correct docstring. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5