diff options
| author | Richard M. Stallman | 1996-12-11 00:57:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-11 00:57:00 +0000 |
| commit | f2b0d7929e9fd18a5d14e21f6bd91ec115a6b25f (patch) | |
| tree | 6dbd31d4bb1a93d4eca66828293655b7ef27a630 | |
| parent | ec085977f568c0af5b74758ec77d34968e9e146e (diff) | |
| download | emacs-f2b0d7929e9fd18a5d14e21f6bd91ec115a6b25f.tar.gz emacs-f2b0d7929e9fd18a5d14e21f6bd91ec115a6b25f.zip | |
call-process does not create a buffer.
| -rw-r--r-- | lispref/processes.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 64f4f0178c6..359366cf066 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -163,8 +163,8 @@ Insert the output in that buffer, before point. This includes both the | |||
| 163 | standard output stream and the standard error stream of the process. | 163 | standard output stream and the standard error stream of the process. |
| 164 | 164 | ||
| 165 | @item a string | 165 | @item a string |
| 166 | Find or create a buffer with that name, then insert | 166 | Find the buffer with that name, then insert the output in that buffer, |
| 167 | the output in that buffer, before point. | 167 | before point. |
| 168 | 168 | ||
| 169 | @item @code{t} | 169 | @item @code{t} |
| 170 | Insert the output in the current buffer, before point. | 170 | Insert the output in the current buffer, before point. |