From: Richard M. Stallman Date: Wed, 11 Dec 1996 00:57:00 +0000 (+0000) Subject: call-process does not create a buffer. X-Git-Tag: emacs-20.1~3280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2b0d7929e9fd18a5d14e21f6bd91ec115a6b25f;p=emacs.git call-process does not create a buffer. --- 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 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.