emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 8e22025: Fix process-thread docstring


From: Robert Pluim
Subject: [Emacs-diffs] emacs-26 8e22025: Fix process-thread docstring
Date: Fri, 8 Feb 2019 02:23:46 -0500 (EST)

branch: emacs-26
commit 8e22025f3306f2d1654dc19ab42558448b508bd7
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    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 d8acd13..2df51cf 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]