diff options
| author | John Wiegley | 2016-04-03 15:46:53 -0700 |
|---|---|---|
| committer | John Wiegley | 2016-04-03 15:46:53 -0700 |
| commit | 0695108b9e2d5ed6d424f241af35947f87578975 (patch) | |
| tree | f1e8c075d0f2593260b3c8eb4926829fa7a7a3df /doc | |
| parent | 3a5f146e5abd79c7fb1810f5af99c7d448012604 (diff) | |
| download | emacs-0695108b9e2d5ed6d424f241af35947f87578975.tar.gz emacs-0695108b9e2d5ed6d424f241af35947f87578975.zip | |
Revert "Add `r'/`l' grep command history commands"
This reverts commit a32eea60ac90d367435860fe3a10bf843e6f497c.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/building.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 059c7cae89c..03fa0ed83b2 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -390,13 +390,6 @@ is called with the file name as the parameter and should return | |||
| 390 | non-nil if the buffer is to be saved), and any other non-@code{nil} | 390 | non-nil if the buffer is to be saved), and any other non-@code{nil} |
| 391 | value means that all buffers should be saved without asking. | 391 | value means that all buffers should be saved without asking. |
| 392 | 392 | ||
| 393 | In addition to the normal compilation mode commands (for | ||
| 394 | next/previous match and so on), two additional commands are available | ||
| 395 | for accessing the @command{grep} command history. @kbd{l} | ||
| 396 | (@code{grep-backward-history}) will re-run successively the previous | ||
| 397 | @command{grep} commands, and @kbd{r} (@code{grep-forward-history} | ||
| 398 | will go ``forward'' in the command history. | ||
| 399 | |||
| 400 | @findex grep-find | 393 | @findex grep-find |
| 401 | @findex find-grep | 394 | @findex find-grep |
| 402 | 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 |