aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/building.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index bb03d8cf325..4b2f1ed0649 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -528,6 +528,16 @@ grep-find-toggle-abbreviation}. To disable this abbreviation of the
528shell commands, customize the option @code{grep-find-abbreviate} to a 528shell commands, customize the option @code{grep-find-abbreviate} to a
529@code{nil} value. 529@code{nil} value.
530 530
531@findex grep-change-to-grep-edit-mode
532@cindex Grep Edit mode
533@cindex mode, Grep Edit
534 Typing @kbd{e} in the @file{*grep*} buffer makes the buffer writiable
535and enters the Grep Edit mode. Similar to Occur Edit mode (@pxref{Other
536Repeating Search}), you can edit the matching lines reported by
537@code{grep} and have those changes reflected in the buffer visiting the
538originating file. Type @kbd{C-c C-c} to leave the Grep Edit mode and
539return to the Grep mode.
540
531@node Flymake 541@node Flymake
532@section Finding Syntax Errors On The Fly 542@section Finding Syntax Errors On The Fly
533@cindex checking syntax 543@cindex checking syntax