From: Eli Zaretskii Date: Sat, 10 Aug 2019 19:19:31 +0000 (+0300) Subject: * src/callproc.c (Fcall_process): Doc fix. X-Git-Tag: emacs-26.3~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f57ef9;p=emacs.git * src/callproc.c (Fcall_process): Doc fix. --- diff --git a/src/callproc.c b/src/callproc.c index fa12d02e394..1b89d691b37 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -220,7 +220,7 @@ static mode_t const default_output_mode = 0666; DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0, doc: /* Call PROGRAM synchronously in separate process. The remaining arguments are optional. -The program's input comes from file INFILE (nil means `/dev/null'). +The program's input comes from file INFILE (nil means `null-device'). Third argument DESTINATION specifies how to handle program's output. If DESTINATION is a buffer, or t that stands for the current buffer,