diff options
| author | Daniel MartÃn | 2024-09-15 12:23:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-15 13:33:05 +0300 |
| commit | 16a142c2b2203a2b18743ff27208dace756d86b2 (patch) | |
| tree | bf113ead2e51b4003ceb92aba7437b7feba9f68c /doc | |
| parent | 2cd5774689f96522709250b7805370522dcd4334 (diff) | |
| download | emacs-16a142c2b2203a2b18743ff27208dace756d86b2.tar.gz emacs-16a142c2b2203a2b18743ff27208dace756d86b2.zip | |
;; Fix typo in Grep Edit mode manual description (bug#73274).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/building.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 4b2f1ed0649..fdae89ab7a3 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -531,7 +531,7 @@ shell commands, customize the option @code{grep-find-abbreviate} to a | |||
| 531 | @findex grep-change-to-grep-edit-mode | 531 | @findex grep-change-to-grep-edit-mode |
| 532 | @cindex Grep Edit mode | 532 | @cindex Grep Edit mode |
| 533 | @cindex mode, Grep Edit | 533 | @cindex mode, Grep Edit |
| 534 | Typing @kbd{e} in the @file{*grep*} buffer makes the buffer writiable | 534 | Typing @kbd{e} in the @file{*grep*} buffer makes the buffer writable |
| 535 | and enters the Grep Edit mode. Similar to Occur Edit mode (@pxref{Other | 535 | and enters the Grep Edit mode. Similar to Occur Edit mode (@pxref{Other |
| 536 | Repeating Search}), you can edit the matching lines reported by | 536 | Repeating Search}), you can edit the matching lines reported by |
| 537 | @code{grep} and have those changes reflected in the buffer visiting the | 537 | @code{grep} and have those changes reflected in the buffer visiting the |