diff options
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
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 | |||
| 1325 | returns @code{nil} if Emacs can be certain that this is not so. The | 1325 | returns @code{nil} if Emacs can be certain that this is not so. The |
| 1326 | value is @code{t} if Emacs cannot tell whether this is true. This | 1326 | value is @code{t} if Emacs cannot tell whether this is true. This |
| 1327 | function signals an error if @var{process} is a network, serial, or | 1327 | function signals an error if @var{process} is a network, serial, or |
| 1328 | pipe connection, or is the subprocess is not active. | 1328 | pipe 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 |