summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2014-06-04 20:49:28 -0400
committerMark H Weaver <mhw@netris.org>2014-06-04 20:59:36 -0400
commitd86a0631585ba887cd8635001f3a2c8d000c6517 (patch)
treedcdc28c8aa505ec150d1b6101aa4a82556d27c5a
parentfc8a90043bb8dc876cf638d9959348883c748fe3 (diff)
downloadguile-d86a0631585ba887cd8635001f3a2c8d000c6517.tar.gz
Fix typo in `transform-string' doc.
* doc/ref/texinfo.texi: Fix single typo. Signed-off-by: Dmitry Bogatov <KAction@gnu.org>
-rw-r--r--doc/ref/texinfo.texi2
1 files changed, 1 insertions, 1 deletions
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{"&amp;"} in web page text. Some other