aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-08-09 21:48:12 +0000
committerJuri Linkov2005-08-09 21:48:12 +0000
commit869d986e167c4b1dfca50036db22a1746dfa4006 (patch)
treed0ddcd88a70c2c008fddc1f04d5c03810fe9db0e
parent87737bc2a19eca86a48948a44c28d345bd4bcdc1 (diff)
downloademacs-869d986e167c4b1dfca50036db22a1746dfa4006.tar.gz
emacs-869d986e167c4b1dfca50036db22a1746dfa4006.zip
(Compilation): Use `itemx' instead of `item'.
(Grep Searching): Simplify phrase.
-rw-r--r--man/building.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi
index 69b56f467f5..69ca71b0fdc 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -52,7 +52,7 @@ Invoke a compiler with the same command as in the last invocation of
52Run @code{grep} asynchronously under Emacs, with matching lines 52Run @code{grep} asynchronously under Emacs, with matching lines
53listed in the buffer named @samp{*grep*}. 53listed in the buffer named @samp{*grep*}.
54@item M-x grep-find 54@item M-x grep-find
55@item M-x find-grep 55@itemx M-x find-grep
56Run @code{grep} via @code{find}, with user-specified arguments, and 56Run @code{grep} via @code{find}, with user-specified arguments, and
57collect output in the buffer named @samp{*grep*}. 57collect output in the buffer named @samp{*grep*}.
58@item M-x kill-compilation 58@item M-x kill-compilation
@@ -325,7 +325,7 @@ Emacs. @xref{MS-DOS}.
325 325
326@findex grep 326@findex grep
327 Just as you can run a compiler from Emacs and then visit the lines 327 Just as you can run a compiler from Emacs and then visit the lines
328where there were compilation errors, you can also run @code{grep} and 328with compilation errors, you can also run @code{grep} and
329then visit the lines on which matches were found. This works by 329then visit the lines on which matches were found. This works by
330treating the matches reported by @code{grep} as if they were ``errors.'' 330treating the matches reported by @code{grep} as if they were ``errors.''
331 331