unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#72685: [PATCH] Fix typo in dynamic wind documentation.
@ 2024-08-17 11:13 Andrew McNulty
  0 siblings, 0 replies; only message in thread
From: Andrew McNulty @ 2024-08-17 11:13 UTC (permalink / raw)
  To: 72685


[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-17 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17 11:13 bug#72685: [PATCH] Fix typo in dynamic wind documentation Andrew McNulty

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