aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/building.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 3fa89d9062d..03fa0ed83b2 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -382,6 +382,14 @@ use of this feature by setting @code{grep-highlight-matches} to
382@code{t}. When displaying a match in the source buffer, the exact 382@code{t}. When displaying a match in the source buffer, the exact
383match will be highlighted, instead of the entire source line. 383match will be highlighted, instead of the entire source line.
384 384
385 The @command{grep} commands will offer to save buffers before
386running. This is controlled by the @code{grep-save-buffers} variable.
387The possible values are either @code{nil} (don't save), @code{ask}
388(ask before saving), a function which will be used as a predicate (and
389is called with the file name as the parameter and should return
390non-nil if the buffer is to be saved), and any other non-@code{nil}
391value means that all buffers should be saved without asking.
392
385@findex grep-find 393@findex grep-find
386@findex find-grep 394@findex find-grep
387 The command @kbd{M-x grep-find} (also available as @kbd{M-x 395 The command @kbd{M-x grep-find} (also available as @kbd{M-x