guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/13: Fix typo in dynamic wind documentation.


From: Ludovic Courtès
Subject: [Guile-commits] 03/13: Fix typo in dynamic wind documentation.
Date: Sun, 20 Oct 2024 15:23:21 -0400 (EDT)

civodul pushed a commit to branch main
in repository guile.

commit b7bd440f22a1107216a94e99d577ebbc84e3073e
Author: Andrew McNulty <amcn102@gmail.com>
AuthorDate: Sat Aug 17 11:57:36 2024 +0100

    Fix typo in dynamic wind documentation.
    
    * doc/ref/api-control.texi: Fix typo in dynamic wind
    documentation.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]