mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly make.texinfo.~23~
This commit is contained in:
parent
3a34103bb6
commit
b3cc9ddd66
1 changed files with 2 additions and 2 deletions
|
@ -3832,8 +3832,8 @@ Also, the function iterates over all whitespace separated tokens in
|
||||||
@item $(filter-out @var{pattern},@var{text})
|
@item $(filter-out @var{pattern},@var{text})
|
||||||
@findex filter-out
|
@findex filter-out
|
||||||
Removes all whitespace-separated words in @var{text} that @emph{do}
|
Removes all whitespace-separated words in @var{text} that @emph{do}
|
||||||
match @var{pattern}, returning only the words that match. This is the
|
match @var{pattern}, returning only the words that @emph{do not} match.
|
||||||
exact opposite of the @code{filter} function.@refill
|
This is the exact opposite of the @code{filter} function.@refill
|
||||||
|
|
||||||
@c !!! Roland says the following needs improvement --rjc 9mar92
|
@c !!! Roland says the following needs improvement --rjc 9mar92
|
||||||
Also, since @code{filter-out} iterates over all whitespace separated
|
Also, since @code{filter-out} iterates over all whitespace separated
|
||||||
|
|
Loading…
Reference in a new issue