aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-10 22:19:31 +0300
committerEli Zaretskii2019-08-10 22:19:31 +0300
commit6f57ef9d3cc5d3d934701e257fd6c8fd9f48f95f (patch)
treeb270b2495a5a3b3c838623bbbedae982dcc77074 /src
parent0860ac0e9db15ee0f094df7f6b0bbd5961bb08ac (diff)
downloademacs-6f57ef9d3cc5d3d934701e257fd6c8fd9f48f95f.tar.gz
emacs-6f57ef9d3cc5d3d934701e257fd6c8fd9f48f95f.zip
* src/callproc.c (Fcall_process): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
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;
220DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0, 220DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0,
221 doc: /* Call PROGRAM synchronously in separate process. 221 doc: /* Call PROGRAM synchronously in separate process.
222The remaining arguments are optional. 222The remaining arguments are optional.
223The program's input comes from file INFILE (nil means `/dev/null'). 223The program's input comes from file INFILE (nil means `null-device').
224 224
225Third argument DESTINATION specifies how to handle program's output. 225Third argument DESTINATION specifies how to handle program's output.
226If DESTINATION is a buffer, or t that stands for the current buffer, 226If DESTINATION is a buffer, or t that stands for the current buffer,