# HG changeset patch # User Juri Linkov # Date 1123624092 0 # Node ID b35680d9ef840f9b36d0a64bc359f80fa18f36af # Parent 889af80d3f7038be74f38026039409e809de5d3c (Compilation): Use `itemx' instead of `item'. (Grep Searching): Simplify phrase. diff -r 889af80d3f70 -r b35680d9ef84 man/building.texi --- 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.''