Mercurial > emacs
changeset 62221:ebb9e325798e
(Compilation): Clarify recompile's directory choice.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 May 2005 09:21:52 +0000 |
parents | 896651c6cfa5 |
children | bedd8e5433cd |
files | man/building.texi |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/building.texi Tue May 10 09:20:52 2005 +0000 +++ b/man/building.texi Tue May 10 09:21:52 2005 +0000 @@ -117,8 +117,11 @@ @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