diff options
| author | Filipp Gunbin | 2021-04-13 19:54:17 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2021-04-13 19:54:39 +0300 |
| commit | 9738b5b93bb5ec3d8f2d360a334bd8a184637101 (patch) | |
| tree | a1b33b028486a5bf8a7e34bf2504049589614d70 | |
| parent | 17ff8c3e5a9dec2640ca95d295110c81ebb59a2c (diff) | |
| download | emacs-9738b5b93bb5ec3d8f2d360a334bd8a184637101.tar.gz emacs-9738b5b93bb5ec3d8f2d360a334bd8a184637101.zip | |
* doc/lispref/processes.texi: Fix small misprint
| -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 |