# HG changeset patch # User Richard M. Stallman # Date 850265820 0 # Node ID f67402af7555a3476aca038b010fe176c1d8a110 # Parent 773436c9b680d1d88c99425e849a3a81063990d5 call-process does not create a buffer. diff -r 773436c9b680 -r f67402af7555 lispref/processes.texi --- 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.