]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 81558bbd248061763df1af4209a8d5da6ac44969..b5bdba1296f5296d2be0566c53858f7f02ac469e 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 0dae20427c6637c7141ede699140c0eeadd742ad..39b146e3017e6df91f4c1d1130348d746d712b12 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.