emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107881: * processes.texi (Synchronou


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107881: * processes.texi (Synchronous Processes): Mention `default-directory'.
Date: Thu, 12 Apr 2012 21:14:43 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107881
fixes bug(s): http://debbugs.gnu.org/7515
author: Jari Aalto <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2012-04-12 21:14:43 +0200
message:
  * processes.texi (Synchronous Processes): Mention `default-directory'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/processes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-09 12:36:01 +0000
+++ b/doc/lispref/ChangeLog     2012-04-12 19:14:43 +0000
@@ -1,3 +1,8 @@
+2012-04-12  Jari Aalto  <address@hidden>
+
+       * processes.texi (Synchronous Processes): Mention
+       `default-directory' (bug#7515).
+
 2012-04-09  Chong Yidong  <address@hidden>
 
        * customize.texi (Variable Definitions): Remove user-variable-p.

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2012-03-27 00:50:49 +0000
+++ b/doc/lispref/processes.texi        2012-04-12 19:14:43 +0000
@@ -268,6 +268,9 @@
 @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
address@hidden
+
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]