comparison man/building.texi @ 70485:e41cc24662e3

Fix spelling errors.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 20:42:21 +0000
parents 8b21f8434b0f
children 69ce7ff6d07b 146cd8369025
comparison
equal deleted inserted replaced
70484:82809fb9f71b 70485:e41cc24662e3
379 @findex rgrep 379 @findex rgrep
380 The commands @kbd{M-x lgrep} (local grep) and @kbd{M-x rgrep} 380 The commands @kbd{M-x lgrep} (local grep) and @kbd{M-x rgrep}
381 (recursive grep) are more user-friendly versions of @code{grep} and 381 (recursive grep) are more user-friendly versions of @code{grep} and
382 @code{grep-find}, which prompt separately for the regular expression 382 @code{grep-find}, which prompt separately for the regular expression
383 to match, the files to search, and the base directory for the search 383 to match, the files to search, and the base directory for the search
384 (rgrep only). Case sensitivitivy of the search is controlled by the 384 (rgrep only). Case sensitivity of the search is controlled by the
385 current value of @code{case-fold-search}. 385 current value of @code{case-fold-search}.
386 386
387 These commands build the shell commands based on the variables 387 These commands build the shell commands based on the variables
388 @code{grep-template} (for @code{lgrep}) and @code{grep-find-template} 388 @code{grep-template} (for @code{lgrep}) and @code{grep-find-template}
389 (for @code{rgrep}). 389 (for @code{rgrep}).