mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +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:
parent
fc8a90043b
commit
d86a063158
1 changed files with 1 additions and 1 deletions
|
@ -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{"&"} in web page text. Some other
|
converting @samp{#\&} to @samp{"&"} in web page text. Some other
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue