From d86a0631585ba887cd8635001f3a2c8d000c6517 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 4 Jun 2014 20:49:28 -0400 Subject: Fix typo in `transform-string' doc. * doc/ref/texinfo.texi: Fix single typo. Signed-off-by: Dmitry Bogatov --- doc/ref/texinfo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi index ec0686388..5006fd427 100644 --- a/doc/ref/texinfo.texi +++ b/doc/ref/texinfo.texi @@ -287,7 +287,7 @@ as an argument, and the returned value is sent to the output string via @samp{display}. If @var{replace} is anything else, it is sent through the output string via @samp{display}. -Note that te replacement for the matched characters does not need to be +Note that the replacement for the matched characters does not need to be a single character. That is what differentiates this function from @samp{string-map}, and what makes it useful for applications such as converting @samp{#\&} to @samp{"&"} in web page text. Some other -- cgit v1.2.1