]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.texinfo.~23~
authorRoland McGrath <roland@redhat.com>
Thu, 21 May 1992 20:34:22 +0000 (20:34 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 21 May 1992 20:34:22 +0000 (20:34 +0000)
make.texinfo

index a0e1f82aa089c4c79851f4210fea2dea9623e304..cd86828e73a5029c6d8fab08ba864e3d2f54ff3d 100644 (file)
@@ -3832,8 +3832,8 @@ Also, the function iterates over all whitespace separated tokens in
 @item $(filter-out @var{pattern},@var{text})
 @findex filter-out
 Removes all whitespace-separated words in @var{text} that @emph{do}
-match @var{pattern}, returning only the words that match.  This is the
-exact opposite of the @code{filter} function.@refill
+match @var{pattern}, returning only the words that @emph{do not} match.
+This is the exact opposite of the @code{filter} function.@refill
 
 @c !!! Roland says the following needs improvement --rjc 9mar92
 Also, since @code{filter-out} iterates over all whitespace separated