aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi8
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
45Run a compiler asynchronously under Emacs, with error messages going to 45Run a compiler asynchronously under Emacs, with error messages going to
46the @samp{*compilation*} buffer. 46the @samp{*compilation*} buffer.
47@item M-x recompile
48Invoke 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
48Run @code{grep} asynchronously under Emacs, with matching lines 51Run @code{grep} asynchronously under Emacs, with matching lines
49listed in the buffer named @samp{*grep*}. 52listed in the buffer named @samp{*grep*}.
@@ -105,6 +108,11 @@ compilation, as only one can exist at any time. However, @kbd{M-x
105compile} asks for confirmation before actually killing a compilation 108compile} asks for confirmation before actually killing a compilation
106that is running. 109that is running.
107 110
111@findex recompile
112 To rerun the last compilation with the same command, type @kbd{M-x
113recompile}. This automatically reuses the compilation command from the
114last 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