Mercurial > emacs
changeset 64868:b35680d9ef84
(Compilation): Use `itemx' instead of `item'.
(Grep Searching): Simplify phrase.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 09 Aug 2005 21:48:12 +0000 |
parents | 889af80d3f70 |
children | bbfc1ad69918 |
files | man/building.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/building.texi Tue Aug 09 21:39:34 2005 +0000 +++ b/man/building.texi Tue Aug 09 21:48:12 2005 +0000 @@ -52,7 +52,7 @@ Run @code{grep} asynchronously under Emacs, with matching lines listed in the buffer named @samp{*grep*}. @item M-x grep-find -@item M-x find-grep +@itemx M-x find-grep Run @code{grep} via @code{find}, with user-specified arguments, and collect output in the buffer named @samp{*grep*}. @item M-x kill-compilation @@ -325,7 +325,7 @@ @findex grep Just as you can run a compiler from Emacs and then visit the lines -where there were compilation errors, you can also run @code{grep} and +with compilation errors, you can also run @code{grep} and then visit the lines on which matches were found. This works by treating the matches reported by @code{grep} as if they were ``errors.''