1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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>
This commit is contained in:
Andrew McNulty 2024-08-17 11:57:36 +01:00 committed by Ludovic Courtès
parent 0ace611196
commit b7bd440f22
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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