summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McNulty <amcn102@gmail.com>2024-08-17 11:57:36 +0100
committerLudovic Courtès <ludo@gnu.org>2024-10-20 21:22:22 +0200
commitb7bd440f22a1107216a94e99d577ebbc84e3073e (patch)
tree5fae7cdb198c5c722531cb810056be73e82eac88
parent0ace611196c784c77353350bce2df2e0d52c2e1e (diff)
downloadguile-b7bd440f22a1107216a94e99d577ebbc84e3073e.tar.gz
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>
-rw-r--r--doc/ref/api-control.texi2
1 files changed, 1 insertions, 1 deletions
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