]> git.eshelyaron.com Git - emacs.git/commitdiff
call-process does not create a buffer.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Dec 1996 00:57:00 +0000 (00:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Dec 1996 00:57:00 +0000 (00:57 +0000)
lispref/processes.texi

index 64f4f0178c673fa9c2b9f6121a828c920da70e81..359366cf066382adcaf8da905d23a48e3f16eeff 100644 (file)
@@ -163,8 +163,8 @@ Insert the output in that buffer, before point.  This includes both the
 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.