From 9ee31341f77638caf8fd4b8910345aa2fd5cc5a8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Oct 2001 09:25:54 +0000 Subject: [PATCH] (Compilation): Document "M-x recompile". --- man/building.texi | 8 ++++++++ 1 file changed, 8 insertions(+) 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. @item M-x compile Run a compiler asynchronously under Emacs, with error messages going to the @samp{*compilation*} buffer. +@item M-x recompile +Invoke a compiler with the same command as in the last invocation of +@kbd{M-x compile}. @item M-x grep Run @code{grep} asynchronously under Emacs, with matching lines listed in the buffer named @samp{*grep*}. @@ -105,6 +108,11 @@ compilation, as only one can exist at any time. However, @kbd{M-x compile} asks for confirmation before actually killing a compilation that is running. +@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}. + @node Grep Searching @section Searching with Grep under Emacs -- 2.39.2