aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Gunbin2021-04-13 19:54:17 +0300
committerFilipp Gunbin2021-04-13 19:54:39 +0300
commit9738b5b93bb5ec3d8f2d360a334bd8a184637101 (patch)
treea1b33b028486a5bf8a7e34bf2504049589614d70
parent17ff8c3e5a9dec2640ca95d295110c81ebb59a2c (diff)
downloademacs-9738b5b93bb5ec3d8f2d360a334bd8a184637101.tar.gz
emacs-9738b5b93bb5ec3d8f2d360a334bd8a184637101.zip
* doc/lispref/processes.texi: Fix small misprint
-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