comparison man/building.texi @ 75878:8af78a923e9f

(Grep Searching): Fix lgrep doc.
author Kim F. Storm <storm@cua.dk>
date Wed, 14 Feb 2007 11:56:58 +0000
parents 3d45362f1d38
children 460f1bfb58f2
comparison
equal deleted inserted replaced
75877:9ba96fd63815 75878:8af78a923e9f
394 @findex lgrep 394 @findex lgrep
395 @findex rgrep 395 @findex rgrep
396 The commands @kbd{M-x lgrep} (local grep) and @kbd{M-x rgrep} 396 The commands @kbd{M-x lgrep} (local grep) and @kbd{M-x rgrep}
397 (recursive grep) are more user-friendly versions of @code{grep} and 397 (recursive grep) are more user-friendly versions of @code{grep} and
398 @code{grep-find}, which prompt separately for the regular expression 398 @code{grep-find}, which prompt separately for the regular expression
399 to match, the files to search, and the base directory for the search 399 to match, the files to search, and the base directory for the search.
400 (rgrep only). Case sensitivity of the search is controlled by the 400 Case sensitivity of the search is controlled by the
401 current value of @code{case-fold-search}. 401 current value of @code{case-fold-search}.
402 402
403 These commands build the shell commands based on the variables 403 These commands build the shell commands based on the variables
404 @code{grep-template} (for @code{lgrep}) and @code{grep-find-template} 404 @code{grep-template} (for @code{lgrep}) and @code{grep-find-template}
405 (for @code{rgrep}). 405 (for @code{rgrep}).