unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Fix typo in `transform-string' doc
@ 2014-06-04  4:43 KAction
  2014-06-05  1:10 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: KAction @ 2014-06-04  4:43 UTC (permalink / raw)
  To: guile-devel; +Cc: Dmitry Bogatov

From: Dmitry Bogatov <KAction@gnu.org>

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

Signed-off-by: Dmitry Bogatov <KAction@gnu.org>
---
 doc/ref/texinfo.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi
index ec06863..5006fd4 100644
--- a/doc/ref/texinfo.texi
+++ b/doc/ref/texinfo.texi
@@ -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
 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
 @samp{string-map}, and what makes it useful for applications such as
 converting @samp{#\&} to @samp{"&amp;"} in web page text. Some other
-- 
I may be not subscribed. Please, keep me in carbon copy.




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in `transform-string' doc
  2014-06-04  4:43 [PATCH] Fix typo in `transform-string' doc KAction
@ 2014-06-05  1:10 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2014-06-05  1:10 UTC (permalink / raw)
  To: KAction; +Cc: guile-devel

KAction@gnu.org writes:

> From: Dmitry Bogatov <KAction@gnu.org>
>
>     * doc/ref/texinfo.texi: Fix single typo

Pushed to stable-2.0.

    Thanks!
      Mark



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-05  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04  4:43 [PATCH] Fix typo in `transform-string' doc KAction
2014-06-05  1:10 ` Mark H Weaver

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).