comparison etc/NEWS @ 75879:0713e22d4411

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 14 Feb 2007 11:59:36 +0000
parents 9a63c2e51e22
children 593058f42983
comparison
equal deleted inserted replaced
75878:8af78a923e9f 75879:0713e22d4411
1588 1588
1589 +++ 1589 +++
1590 *** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 1590 *** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
1591 more user-friendly versions of `grep' and `grep-find', which prompt 1591 more user-friendly versions of `grep' and `grep-find', which prompt
1592 separately for the regular expression to match, the files to search, 1592 separately for the regular expression to match, the files to search,
1593 and the base directory for the search (rgrep only). Case sensitivitivy 1593 and the base directory for the search. Case sensitivitivy of the
1594 of the search is controlled by the current value of `case-fold-search'. 1594 search is controlled by the current value of `case-fold-search'.
1595 1595
1596 These commands build the shell commands based on the new variables 1596 These commands build the shell commands based on the new variables
1597 `grep-template' (lgrep) and `grep-find-template' (rgrep). 1597 `grep-template' (lgrep) and `grep-find-template' (rgrep).
1598 1598
1599 The files to search can use aliases defined in `grep-files-aliases'. 1599 The files to search can use aliases defined in `grep-files-aliases'.