diff options
| author | Eli Zaretskii | 2015-10-19 09:12:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-10-19 09:12:51 +0300 |
| commit | 552482d41d88fb231ae6cc4857f3050f96710d02 (patch) | |
| tree | b643d606e6a0876cbd90bb1ef060088710b913dc | |
| parent | bca2bc4fe973d3b40b58805c4b426757f5c85dc8 (diff) | |
| download | emacs-552482d41d88fb231ae6cc4857f3050f96710d02.tar.gz emacs-552482d41d88fb231ae6cc4857f3050f96710d02.zip | |
; * doc/lispref/processes.texi (Synchronous Processes): Minor copyedit.
| -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 845db0df1ac..196cb7c1f9b 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -290,7 +290,7 @@ Here are the possibilities: | |||
| 290 | Insert the output in that buffer, before point. This includes both the | 290 | Insert the output in that buffer, before point. This includes both the |
| 291 | standard output stream and the standard error stream of the process. | 291 | standard output stream and the standard error stream of the process. |
| 292 | 292 | ||
| 293 | @item a string | 293 | @item a buffer name (a string) |
| 294 | Insert the output in a buffer with that name, before point. | 294 | Insert the output in a buffer with that name, before point. |
| 295 | 295 | ||
| 296 | @item @code{t} | 296 | @item @code{t} |