From 9738b5b93bb5ec3d8f2d360a334bd8a184637101 Mon Sep 17 00:00:00 2001 From: Filipp Gunbin Date: Tue, 13 Apr 2021 19:54:17 +0300 Subject: [PATCH] * doc/lispref/processes.texi: Fix small misprint --- doc/lispref/processes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5