summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-11 00:57:00 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-11 00:57:00 +0000
commitcdfcea2a69e36a09526ce8c591b202803aab89bb (patch)
tree5b754cdefdcf8866365662e408aff2c96f74c687 /lispref
parentbafe0fb0265b7875c4db1055c41837ced75b8e3c (diff)
downloademacs-cdfcea2a69e36a09526ce8c591b202803aab89bb.tar.gz
call-process does not create a buffer.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/processes.texi4
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
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.