X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/309d39b832ccd72f99cc726090ff03f7e146948d..032ce1c7d1afb23e6b1265d91c5a97e45de071ce:/src/callproc.c diff --git a/src/callproc.c b/src/callproc.c index 39f0eb6265..e38844e2da 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'). Insert output in DESTINATION before point; t means current buffer; nil for DESTINATION means discard it; 0 means discard and don't wait; and `(:file FILE)', where FILE is a file name string, means that it should be written to that file - \(if the file already exists it is overwritten). + (if the file already exists it is overwritten). DESTINATION 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. @@ -1462,7 +1462,7 @@ This function searches `process-environment' for VARIABLE. If optional parameter ENV is a list, then search this list instead of `process-environment', and return t when encountering a negative entry -\(an entry for a variable with no value). */) +(an entry for a variable with no value). */) (Lisp_Object variable, Lisp_Object env) { char *value;