* processes.texi (Synchronous Processes): Mention `default-directory'.
authorJari Aalto <jari.aalto@cante.net>
Thu, 12 Apr 2012 19:14:43 +0000 (21:14 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2012 19:14:43 +0000 (21:14 +0200)
Fixes: debbugs:7515

doc/lispref/ChangeLog
doc/lispref/processes.texi

index 81558bb..b5bdba1 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-12  Jari Aalto  <jari.aalto@cante.net>
+
+       * processes.texi (Synchronous Processes): Mention
+       `default-directory' (bug#7515).
+
 2012-04-09  Chong Yidong  <cyd@gnu.org>
 
        * customize.texi (Variable Definitions): Remove user-variable-p.
index 0dae204..39b146e 100644 (file)
@@ -268,6 +268,9 @@ 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} and waits for it to finish.
 
+The current working directory of the subprocess is
+@code{default-directory}.
+
 The standard input for the new process comes from file @var{infile} if
 @var{infile} is not @code{nil}, and from the null device otherwise.
 The argument @var{destination} says where to put the process output.