From 73ac4526b9b78dd69ea66b1b77319ba78235b939 Mon Sep 17 00:00:00 2001 From: Ola Olsson Date: Tue, 19 Dec 2017 20:24:55 +0100 Subject: [PATCH] * doc/make.texi: Updated language --- doc/make.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.texi b/doc/make.texi index a56256db..09cdfa0d 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -6880,7 +6880,7 @@ the function call. For example, $(subst ee,EE,feet on the street) @end example -substitutes the string @samp{fEEt on the strEEt}. +produces the value @samp{fEEt on the strEEt}. @item $(patsubst @var{pattern},@var{replacement},@var{text}) @findex patsubst