From: Filipp Gunbin Date: Tue, 13 Apr 2021 16:54:17 +0000 (+0300) Subject: * doc/lispref/processes.texi: Fix small misprint X-Git-Tag: emacs-28.0.90~2864 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9738b5b93bb5ec3d8f2d360a334bd8a184637101;p=emacs.git * doc/lispref/processes.texi: Fix small misprint --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index b3246494a20..6786ac28f90 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -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