diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 9502ef461e8..802ac026249 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1360,7 +1360,7 @@ If THREAD is nil, the process is unlocked. */) | |||
| 1360 | 1360 | ||
| 1361 | DEFUN ("process-thread", Fprocess_thread, Sprocess_thread, | 1361 | DEFUN ("process-thread", Fprocess_thread, Sprocess_thread, |
| 1362 | 1, 1, 0, | 1362 | 1, 1, 0, |
| 1363 | doc: /* Ret the locking thread of PROCESS. | 1363 | doc: /* Return the locking thread of PROCESS. |
| 1364 | If PROCESS is unlocked, this function returns nil. */) | 1364 | If PROCESS is unlocked, this function returns nil. */) |
| 1365 | (Lisp_Object process) | 1365 | (Lisp_Object process) |
| 1366 | { | 1366 | { |