diff options
| -rw-r--r-- | man/building.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index d5c80430173..797ac2daa81 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -44,6 +44,9 @@ compilation errors occurred. | |||
| 44 | @item M-x compile | 44 | @item M-x compile |
| 45 | Run a compiler asynchronously under Emacs, with error messages going to | 45 | Run a compiler asynchronously under Emacs, with error messages going to |
| 46 | the @samp{*compilation*} buffer. | 46 | the @samp{*compilation*} buffer. |
| 47 | @item M-x recompile | ||
| 48 | Invoke a compiler with the same command as in the last invocation of | ||
| 49 | @kbd{M-x compile}. | ||
| 47 | @item M-x grep | 50 | @item M-x grep |
| 48 | Run @code{grep} asynchronously under Emacs, with matching lines | 51 | Run @code{grep} asynchronously under Emacs, with matching lines |
| 49 | listed in the buffer named @samp{*grep*}. | 52 | listed in the buffer named @samp{*grep*}. |
| @@ -105,6 +108,11 @@ compilation, as only one can exist at any time. However, @kbd{M-x | |||
| 105 | compile} asks for confirmation before actually killing a compilation | 108 | compile} asks for confirmation before actually killing a compilation |
| 106 | that is running. | 109 | that is running. |
| 107 | 110 | ||
| 111 | @findex recompile | ||
| 112 | To rerun the last compilation with the same command, type @kbd{M-x | ||
| 113 | recompile}. This automatically reuses the compilation command from the | ||
| 114 | last invocation of @kbd{M-x compile}. | ||
| 115 | |||
| 108 | @node Grep Searching | 116 | @node Grep Searching |
| 109 | @section Searching with Grep under Emacs | 117 | @section Searching with Grep under Emacs |
| 110 | 118 | ||