summaryrefslogtreecommitdiff
path: root/man/building.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-12 09:25:54 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-12 09:25:54 +0000
commit9ee31341f77638caf8fd4b8910345aa2fd5cc5a8 (patch)
tree84651fba46d1f5f9382847462df574e2ea42c03b /man/building.texi
parentbeb0990f3b5677c1b4d349563cbe3e0ab9a772a5 (diff)
downloademacs-9ee31341f77638caf8fd4b8910345aa2fd5cc5a8.tar.gz
(Compilation): Document "M-x recompile".
Diffstat (limited to 'man/building.texi')
-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.
@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