projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459b669
)
Fix process-thread docstring
author
Robert Pluim
<rpluim@gmail.com>
Fri, 8 Feb 2019 07:22:34 +0000
(08:22 +0100)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index d8acd139c00d46a28b4ff764a9e23e3a80316ed8..2df51cfd9965c30bbdaad908069ff5b76985c90f 100644
(file)
--- 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: /* Ret
urn
the locking thread of PROCESS.
If PROCESS is unlocked, this function returns nil. */)
(Lisp_Object process)
{