summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-05-21 20:34:22 +0000
committerRoland McGrath <roland@redhat.com>1992-05-21 20:34:22 +0000
commitb3cc9ddd668b6fc520c280bfd4d5ad1473683f8b (patch)
treeea85ef71de4bc63e5fa6ee192480d9351a092df3 /make.texinfo
parent3a34103bb6d812b8de250bc76e23f53eda1ff8fe (diff)
downloadgunmake-b3cc9ddd668b6fc520c280bfd4d5ad1473683f8b.tar.gz
Formerly make.texinfo.~23~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo
index a0e1f82..cd86828 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -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