diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 5 |
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. | |||
| 168 | The program's input comes from file INFILE (nil means `/dev/null'). | 168 | The program's input comes from file INFILE (nil means `/dev/null'). |
| 169 | Insert output in BUFFER before point; t means current buffer; nil for BUFFER | 169 | Insert 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). | ||
| 172 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, | 173 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, |
| 173 | REAL-BUFFER says what to do with standard output, as above, | 174 | REAL-BUFFER says what to do with standard output, as above, |
| 174 | while STDERR-FILE says what to do with standard error in the child. | 175 | while 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. | |||
| 949 | Insert output in BUFFER before point; t means current buffer; nil for | 950 | Insert 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). |
| 953 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, | 954 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, |
| 954 | REAL-BUFFER says what to do with standard output, as above, | 955 | REAL-BUFFER says what to do with standard output, as above, |
| 955 | while STDERR-FILE says what to do with standard error in the child. | 956 | while STDERR-FILE says what to do with standard error in the child. |