diff options
| author | Richard M. Stallman | 2005-05-10 09:21:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-10 09:21:52 +0000 |
| commit | 3fce19f17f44f464ce6714d6ddb645a529827c71 (patch) | |
| tree | 03b6b17187b0f707c9e6360ea43649f67bb0858b | |
| parent | aac19cea96fc5678555e601ed3a75bd7d3e3b3fa (diff) | |
| download | emacs-3fce19f17f44f464ce6714d6ddb645a529827c71.tar.gz emacs-3fce19f17f44f464ce6714d6ddb645a529827c71.zip | |
(Compilation): Clarify recompile's directory choice.
| -rw-r--r-- | man/building.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index b3c7fa4f2da..99bc20260b2 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -117,8 +117,11 @@ that is running. You can also kill the compilation process with | |||
| 117 | 117 | ||
| 118 | @findex recompile | 118 | @findex recompile |
| 119 | To rerun the last compilation with the same command, type @kbd{M-x | 119 | To rerun the last compilation with the same command, type @kbd{M-x |
| 120 | recompile}. This automatically reuses the compilation command from the | 120 | recompile}. This automatically reuses the compilation command from |
| 121 | last invocation of @kbd{M-x compile}. | 121 | the last invocation of @kbd{M-x compile}. It also reuses the |
| 122 | @samp{*compilation*} buffer and starts the compilation in its default | ||
| 123 | directory, which is the directory in which the previous compilation | ||
| 124 | was started. | ||
| 122 | 125 | ||
| 123 | Emacs does not expect a compiler process to launch asynchronous | 126 | Emacs does not expect a compiler process to launch asynchronous |
| 124 | subprocesses; if it does, and they keep running after the main | 127 | subprocesses; if it does, and they keep running after the main |