unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andrew McNulty <amcn102@gmail.com>
To: 72685@debbugs.gnu.org
Subject: bug#72685: [PATCH] Fix typo in dynamic wind documentation.
Date: Sat, 17 Aug 2024 13:13:29 +0200	[thread overview]
Message-ID: <CAEPK=590cCMjkrZTnCN3VYkDxFkMjUYYp5a76NT3qvJEOn6ODw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 138 bytes --]

Hello, I noticed a typo in the documentation for dynamic wind and have
attached a patch to this message which fixes it.

Regards,
Andrew.

[-- Attachment #1.2: Type: text/html, Size: 193 bytes --]

[-- Attachment #2: 0001-Fix-typo-in-dynamic-wind-documentation.patch --]
[-- Type: application/octet-stream, Size: 710 bytes --]

From d7cfbd594b53e26a08e639ee0c3d2dfa55c28067 Mon Sep 17 00:00:00 2001
From: Andrew McNulty <amcn102@gmail.com>
Date: Sat, 17 Aug 2024 11:57:36 +0100
Subject: [PATCH] Fix typo in dynamic wind documentation.

* doc/ref/api-control.texi: Fix typo in dynamic wind
documentation.
---
 doc/ref/api-control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index ee6969289..6f2f342ff 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -1671,7 +1671,7 @@ scm_foo (SCM s1, SCM s2)
 
   scm_dynwind_end ();
 
-  return scm_take_locale_string (res);
+  return scm_take_locale_string (c_res);
 @}
 @end example
 
-- 
2.39.2


             reply	other threads:[~2024-08-17 11:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-17 11:13 Andrew McNulty [this message]
2024-10-20 19:01 ` bug#72685: [PATCH] Fix typo in dynamic wind documentation Ludovic Courtès

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='CAEPK=590cCMjkrZTnCN3VYkDxFkMjUYYp5a76NT3qvJEOn6ODw@mail.gmail.com' \
    --to=amcn102@gmail.com \
    --cc=72685@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).