diff options
| author | Robert Pluim | 2019-02-08 08:22:34 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-02-08 08:22:34 +0100 |
| commit | 8e22025f3306f2d1654dc19ab42558448b508bd7 (patch) | |
| tree | 0fc71cfeda4939287c0cb71e9976c0c0d09a22d9 /src/process.c | |
| parent | 459b669b08d235a79ff4fa61b2d93e9a6229facd (diff) | |
| download | emacs-8e22025f3306f2d1654dc19ab42558448b508bd7.tar.gz emacs-8e22025f3306f2d1654dc19ab42558448b508bd7.zip | |
Fix process-thread docstring
* src/process.c (Fprocess_thread): Correct docstring.
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 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 | ||
| 1351 | DEFUN ("process-thread", Fprocess_thread, Sprocess_thread, | 1351 | DEFUN ("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. |
| 1354 | If PROCESS is unlocked, this function returns nil. */) | 1354 | If PROCESS is unlocked, this function returns nil. */) |
| 1355 | (Lisp_Object process) | 1355 | (Lisp_Object process) |
| 1356 | { | 1356 | { |