diff src/callproc.c @ 837:0490271de7d8

[xemacs-hg @ 2002-05-14 05:30:30 by adrian] [PATCH] xemacs-21.5: Process-related docstring improvements spurred by Norbert Koch <vg9ryfer.fsf@smtprelay.t-online.de>
author adrian
date Tue, 14 May 2002 05:30:36 +0000
parents a634e3b7acc8
children 1e4e42de23d5
line wrap: on
line diff
--- a/src/callproc.c	Sat May 11 18:19:18 2002 +0000
+++ b/src/callproc.c	Tue May 14 05:30:36 2002 +0000
@@ -116,6 +116,8 @@
 The program's input comes from file INFILE (nil means `/dev/null').
 Insert output in BUFFER before point; t means current buffer;
  nil for BUFFER means discard it; 0 means discard and don't wait.
+If BUFFER is a string, then find or create a buffer with that name,
+then insert the output in that buffer, before point.
 BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case,
 REAL-BUFFER says what to do with standard output, as above,
 while STDERR-FILE says what to do with standard error in the child.