unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 42228@debbugs.gnu.org
Subject: bug#42228: [PATCH 2/3] texinfo: Fix typo in transform-string docstring.
Date: Mon,  6 Jul 2020 21:08:49 +0530	[thread overview]
Message-ID: <20200706153850.13457-2-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20200706153850.13457-1-arunisaac@systemreboot.net>

* module/texinfo/string-utils.scm (transform-string): Replace "te" with
"the" in docstring.
---
 module/texinfo/string-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/texinfo/string-utils.scm b/module/texinfo/string-utils.scm
index 42074d334..8c81c20fc 100644
--- a/module/texinfo/string-utils.scm
+++ b/module/texinfo/string-utils.scm
@@ -54,8 +54,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{\"&amp;\"} in web page text.  Some other
 functions in this module are just wrappers around common uses of
-- 
2.26.2






  reply	other threads:[~2020-07-06 15:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 15:32 bug#42228: [PATCH 0/3] A few minor typo fixes and documentation improvements Arun Isaac
2020-07-06 15:38 ` bug#42228: [PATCH 1/3] doc: Fix return value of do loop example Arun Isaac
2020-07-06 15:38   ` Arun Isaac [this message]
2020-07-06 15:38   ` bug#42228: [PATCH 3/3] doc: Improve documentation of make-shared-array Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200706153850.13457-2-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=42228@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).