diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c index 39f0eb6265e..e38844e2da6 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -226,7 +226,7 @@ The program's input comes from file INFILE (nil means `/dev/null'). | |||
| 226 | Insert output in DESTINATION before point; t means current buffer; nil for DESTINATION | 226 | Insert output in DESTINATION before point; t means current buffer; nil for DESTINATION |
| 227 | means discard it; 0 means discard and don't wait; and `(:file FILE)', where | 227 | means discard it; 0 means discard and don't wait; and `(:file FILE)', where |
| 228 | FILE is a file name string, means that it should be written to that file | 228 | FILE is a file name string, means that it should be written to that file |
| 229 | \(if the file already exists it is overwritten). | 229 | (if the file already exists it is overwritten). |
| 230 | DESTINATION can also have the form (REAL-BUFFER STDERR-FILE); in that case, | 230 | DESTINATION can also have the form (REAL-BUFFER STDERR-FILE); in that case, |
| 231 | REAL-BUFFER says what to do with standard output, as above, | 231 | REAL-BUFFER says what to do with standard output, as above, |
| 232 | while STDERR-FILE says what to do with standard error in the child. | 232 | while STDERR-FILE says what to do with standard error in the child. |
| @@ -1462,7 +1462,7 @@ This function searches `process-environment' for VARIABLE. | |||
| 1462 | 1462 | ||
| 1463 | If optional parameter ENV is a list, then search this list instead of | 1463 | If optional parameter ENV is a list, then search this list instead of |
| 1464 | `process-environment', and return t when encountering a negative entry | 1464 | `process-environment', and return t when encountering a negative entry |
| 1465 | \(an entry for a variable with no value). */) | 1465 | (an entry for a variable with no value). */) |
| 1466 | (Lisp_Object variable, Lisp_Object env) | 1466 | (Lisp_Object variable, Lisp_Object env) |
| 1467 | { | 1467 | { |
| 1468 | char *value; | 1468 | char *value; |