]> git.eshelyaron.com Git - emacs.git/commitdiff
(Compilation): Use `itemx' instead of `item'.
authorJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 21:48:12 +0000 (21:48 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 9 Aug 2005 21:48:12 +0000 (21:48 +0000)
(Grep Searching): Simplify phrase.

man/building.texi

index 69b56f467f5f22abdc651e70aa7312176c249c24..69ca71b0fdc6f3335c4ec3352e06a5e3f418b79d 100644 (file)
@@ -52,7 +52,7 @@ Invoke a compiler with the same command as in the last invocation of
 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 @@ Emacs.  @xref{MS-DOS}.
 
 @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.''