aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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. */)
1350 1350
1351DEFUN ("process-thread", Fprocess_thread, Sprocess_thread, 1351DEFUN ("process-thread", Fprocess_thread, Sprocess_thread,
1352 1, 1, 0, 1352 1, 1, 0,
1353 doc: /* Ret the locking thread of PROCESS. 1353 doc: /* Return the locking thread of PROCESS.
1354If PROCESS is unlocked, this function returns nil. */) 1354If PROCESS is unlocked, this function returns nil. */)
1355 (Lisp_Object process) 1355 (Lisp_Object process)
1356{ 1356{