1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Fix typo in `transform-string' doc.

* doc/ref/texinfo.texi: Fix single typo.

Signed-off-by: Dmitry Bogatov <KAction@gnu.org>
This commit is contained in:
Dmitry Bogatov 2014-06-04 20:49:28 -04:00 committed by Mark H Weaver
parent fc8a90043b
commit d86a063158

View file

@ -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 @samp{display}. If @var{replace} is anything else, it is sent through
the output string via @samp{display}. 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 a single character. That is what differentiates this function from
@samp{string-map}, and what makes it useful for applications such as @samp{string-map}, and what makes it useful for applications such as
converting @samp{#\&} to @samp{"&amp;"} in web page text. Some other converting @samp{#\&} to @samp{"&amp;"} in web page text. Some other