mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(Compilation): Clarify recompile's directory choice.
This commit is contained in:
parent
aac19cea96
commit
3fce19f17f
@ -117,8 +117,11 @@ that is running. You can also kill the compilation process with
|
||||
|
||||
@findex recompile
|
||||
To rerun the last compilation with the same command, type @kbd{M-x
|
||||
recompile}. This automatically reuses the compilation command from the
|
||||
last invocation of @kbd{M-x compile}.
|
||||
recompile}. This automatically reuses the compilation command from
|
||||
the last invocation of @kbd{M-x compile}. It also reuses the
|
||||
@samp{*compilation*} buffer and starts the compilation in its default
|
||||
directory, which is the directory in which the previous compilation
|
||||
was started.
|
||||
|
||||
Emacs does not expect a compiler process to launch asynchronous
|
||||
subprocesses; if it does, and they keep running after the main
|
||||
|
Loading…
Reference in New Issue
Block a user