diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/building.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 75631afd475..6dd0a9ebd33 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-25 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * building.texi (Grep Searching): Fix index entry for lgrep. | ||
| 4 | |||
| 1 | 2009-01-24 Eli Zaretskii <eliz@gnu.org> | 5 | 2009-01-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * msdog.texi (Windows Printing): Add an index entry for Ghostscript. | 7 | * msdog.texi (Windows Printing): Add an index entry for Ghostscript. |
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 5b0e884c0ae..4c79c047170 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -350,7 +350,7 @@ mode (@pxref{Compilation Mode}). | |||
| 350 | 350 | ||
| 351 | @table @kbd | 351 | @table @kbd |
| 352 | @item M-x grep | 352 | @item M-x grep |
| 353 | @item M-x lgrep | 353 | @itemx M-x lgrep |
| 354 | Run @code{grep} asynchronously under Emacs, with matching lines | 354 | Run @code{grep} asynchronously under Emacs, with matching lines |
| 355 | listed in the buffer named @samp{*grep*}. | 355 | listed in the buffer named @samp{*grep*}. |
| 356 | @item M-x grep-find | 356 | @item M-x grep-find |