diff man/internals/internals.texi @ 2269:e13775448cf0

[xemacs-hg @ 2004-09-14 14:39:49 by james] Remove all but one remaining trace of callproc.c.
author james
date Tue, 14 Sep 2004 14:40:19 +0000
parents c91543697b09
children 6aa56b089139
line wrap: on
line diff
--- a/man/internals/internals.texi	Tue Sep 14 14:33:07 2004 +0000
+++ b/man/internals/internals.texi	Tue Sep 14 14:40:19 2004 +0000
@@ -5468,7 +5468,7 @@
 @cindex operating system, modules for interfacing with the
 
 @example
-callproc.c
+process.el
 process.c
 process.h
 @end example
@@ -5478,7 +5478,7 @@
 
 @cindex synchronous subprocesses
 @cindex subprocesses, synchronous
-  @file{callproc.c} implements (through the @code{call-process}
+  @file{process.el} implements (through the @code{call-process}
 primitive) what are called @dfn{synchronous subprocesses}.  This means
 that XEmacs runs a program, waits till it's done, and retrieves its
 output.  A typical example might be calling the @file{ls} program to get