]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/processes.texi: Fix small misprint
authorFilipp Gunbin <fgunbin@fastmail.fm>
Tue, 13 Apr 2021 16:54:17 +0000 (19:54 +0300)
committerFilipp Gunbin <fgunbin@fastmail.fm>
Tue, 13 Apr 2021 16:54:39 +0000 (19:54 +0300)
doc/lispref/processes.texi

index b3246494a202f2798911933fd1c3c76fbc8cb544..6786ac28f9026a8399d41bdfad94fe1850053c54 100644 (file)
@@ -1325,7 +1325,7 @@ the numeric ID of the foreground process group of @var{process}; it
 returns @code{nil} if Emacs can be certain that this is not so.  The
 value is @code{t} if Emacs cannot tell whether this is true.  This
 function signals an error if @var{process} is a network, serial, or
-pipe connection, or is the subprocess is not active.
+pipe connection, or if the subprocess is not active.
 @end defun
 
 @node Signals to Processes