From b98e980f7e31d1e2444321fa76ffc56a39db50f3 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 30 Nov 2010 08:41:41 +0200 Subject: [PATCH] processes.texi (Synchronous Processes): In call-process, mention default-directory Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- doc/lispref/processes.texi | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 2d22eb3..8846051 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -260,7 +260,8 @@ system, much like text written into a file. @xref{Coding Systems}. @defun call-process program &optional infile destination display &rest args This function calls @var{program} in a separate process and waits for -it to finish. +it to finish. The current working directory of the subprocess is +`default-directory'. The standard input for the process comes from file @var{infile} if @var{infile} is not @code{nil}, and from the null device otherwise. -- 1.7.2.3