aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index eb2a2268fe1..ec6afcde3a3 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -96,7 +96,7 @@ int synch_process_retcode;
96/* Nonzero if this is termination due to exit. */ 96/* Nonzero if this is termination due to exit. */
97static int call_process_exited; 97static int call_process_exited;
98 98
99EXFUN (Fgetenv_internal, 2); 99INFUN (Fgetenv_internal, 2);
100 100
101static Lisp_Object 101static Lisp_Object
102call_process_kill (Lisp_Object fdpid) 102call_process_kill (Lisp_Object fdpid)
@@ -152,7 +152,7 @@ call_process_cleanup (Lisp_Object arg)
152 return Qnil; 152 return Qnil;
153} 153}
154 154
155DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0, 155DEFUE ("call-process", Fcall_process, Scall_process, 1, MANY, 0,
156 doc: /* Call PROGRAM synchronously in separate process. 156 doc: /* Call PROGRAM synchronously in separate process.
157The remaining arguments are optional. 157The remaining arguments are optional.
158The program's input comes from file INFILE (nil means `/dev/null'). 158The program's input comes from file INFILE (nil means `/dev/null').