[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 9738b5b: * doc/lispref/processes.texi: Fix small misprint
From: |
Filipp Gunbin |
Subject: |
master 9738b5b: * doc/lispref/processes.texi: Fix small misprint |
Date: |
Tue, 13 Apr 2021 12:54:51 -0400 (EDT) |
branch: master
commit 9738b5b93bb5ec3d8f2d360a334bd8a184637101
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>
* 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 b324649..6786ac2 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 9738b5b: * doc/lispref/processes.texi: Fix small misprint,
Filipp Gunbin <=