]> git.eshelyaron.com Git - emacs.git/commit
Mention that processes start in default-directory (Bug#18515)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 2 Apr 2017 03:15:46 +0000 (23:15 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 6 Apr 2017 22:50:54 +0000 (18:50 -0400)
commitc7ed57eaef46ed74ce926fc05dec9eaa5737f3d9
treec36467b24bef3f380c0608bb99aab201ceded29f
parent856ec9ffa1fb4ff7e992b25bb0614ae168d5531e
Mention that processes start in default-directory (Bug#18515)

* doc/lispref/processes.texi (Synchronous Processes):
(Asynchronous Processes):
* lisp/subr.el (start-process):
* src/callproc.c (call-process): Mention that the subprocess starts in
`default-directory' when local, suggest `start-file-process' and
`process-file' otherwise.
doc/lispref/processes.texi
lisp/subr.el
src/callproc.c