1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix typo in transform-string docstring

* module/texinfo/string-utils.scm (transform-string): Replace "te" with
"the" in docstring.

Fixes: 42228
This commit is contained in:
Arun Isaac 2020-07-06 21:08:49 +05:30 committed by Rob Browning
parent c6e0826667
commit 117c398341

View file

@ -52,8 +52,8 @@ character as an argument, and the returned value is sent to the output
string via @samp{display}. If @var{replace} is anything else, it is string via @samp{display}. If @var{replace} is anything else, it is
sent through the output string via @samp{display}. sent through the output string via @samp{display}.
Note that te replacement for the matched characters does not need to Note that the replacement for the matched characters does not need to be
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
functions in this module are just wrappers around common uses of functions in this module are just wrappers around common uses of