diff options
| author | Richard M. Stallman | 2004-11-25 03:15:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-25 03:15:19 +0000 |
| commit | f8684c07a40950d743892d992d2f175f70b7d23e (patch) | |
| tree | b15f6f5bb5ee63c414c277f08effaf95018b214c | |
| parent | 5e859db984c1c4fe07efbd7d77a3588c86533829 (diff) | |
| download | emacs-f8684c07a40950d743892d992d2f175f70b7d23e.tar.gz emacs-f8684c07a40950d743892d992d2f175f70b7d23e.zip | |
(Synchronous Processes): Grammar fix.
| -rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 6b772819b81..51d3d4c9845 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -328,7 +328,7 @@ The arguments are handled in almost the same way as for | |||
| 328 | 328 | ||
| 329 | Some file handlers may not support all combinations and forms of the | 329 | Some file handlers may not support all combinations and forms of the |
| 330 | arguments @var{infile}, @var{buffer}, and @var{display}. For example, | 330 | arguments @var{infile}, @var{buffer}, and @var{display}. For example, |
| 331 | some file handlers might behave as if @var{display} was @code{nil}, | 331 | some file handlers might behave as if @var{display} were @code{nil}, |
| 332 | regardless of the value actually passed. As another example, some | 332 | regardless of the value actually passed. As another example, some |
| 333 | file handlers might not support separating standard output and error | 333 | file handlers might not support separating standard output and error |
| 334 | output by way of the @var{buffer} argument. | 334 | output by way of the @var{buffer} argument. |