aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 22245f2d688..e17e082a0d4 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -168,7 +168,8 @@ The remaining arguments are optional.
168The program's input comes from file INFILE (nil means `/dev/null'). 168The program's input comes from file INFILE (nil means `/dev/null').
169Insert output in BUFFER before point; t means current buffer; nil for BUFFER 169Insert output in BUFFER before point; t means current buffer; nil for BUFFER
170 means discard it; 0 means discard and don't wait; and `(:file FILE)', where 170 means discard it; 0 means discard and don't wait; and `(:file FILE)', where
171 FILE is a file name string, means that it should be written to that file. 171 FILE is a file name string, means that it should be written to that file
172 \(if the file already exists it is overwritten).
172BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, 173BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case,
173REAL-BUFFER says what to do with standard output, as above, 174REAL-BUFFER says what to do with standard output, as above,
174while STDERR-FILE says what to do with standard error in the child. 175while STDERR-FILE says what to do with standard error in the child.
@@ -949,7 +950,7 @@ Delete the text if fourth arg DELETE is non-nil.
949Insert output in BUFFER before point; t means current buffer; nil for 950Insert output in BUFFER before point; t means current buffer; nil for
950 BUFFER means discard it; 0 means discard and don't wait; and `(:file 951 BUFFER means discard it; 0 means discard and don't wait; and `(:file
951 FILE)', where FILE is a file name string, means that it should be 952 FILE)', where FILE is a file name string, means that it should be
952 written to that file. 953 written to that file (if the file already exists it is overwritten).
953BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, 954BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case,
954REAL-BUFFER says what to do with standard output, as above, 955REAL-BUFFER says what to do with standard output, as above,
955while STDERR-FILE says what to do with standard error in the child. 956while STDERR-FILE says what to do with standard error in the child.