changeset 16664:f67402af7555

call-process does not create a buffer.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Dec 1996 00:57:00 +0000
parents 773436c9b680
children 195f7cf6a9f3
files lispref/processes.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/processes.texi	Wed Dec 11 00:37:52 1996 +0000
+++ b/lispref/processes.texi	Wed Dec 11 00:57:00 1996 +0000
@@ -163,8 +163,8 @@
 standard output stream and the standard error stream of the process.
 
 @item a string
-Find or create a buffer with that name, then insert
-the output in that buffer, before point.
+Find the buffer with that name, then insert the output in that buffer,
+before point.
 
 @item @code{t}
 Insert the output in the current buffer, before point.