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:
parent
c6e0826667
commit
117c398341
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
sent through the output string via @samp{display}.
|
||||
|
||||
Note that te replacement for the matched characters does not need to
|
||||
be a single character. That is what differentiates this function from
|
||||
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
|
||||
functions in this module are just wrappers around common uses of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue