aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
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
1325returns @code{nil} if Emacs can be certain that this is not so. The 1325returns @code{nil} if Emacs can be certain that this is not so. The
1326value is @code{t} if Emacs cannot tell whether this is true. This 1326value is @code{t} if Emacs cannot tell whether this is true. This
1327function signals an error if @var{process} is a network, serial, or 1327function signals an error if @var{process} is a network, serial, or
1328pipe connection, or is the subprocess is not active. 1328pipe connection, or if the subprocess is not active.
1329@end defun 1329@end defun
1330 1330
1331@node Signals to Processes 1331@node Signals to Processes