1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

* Fix typo in docstring.

This commit is contained in:
Neil Jerram 2001-04-28 08:59:48 +00:00
parent 6c0201ad76
commit e3334972a5
2 changed files with 5 additions and 1 deletions

View file

@ -417,7 +417,7 @@ SCM_DEFINE (scm_make_stack, "make-stack", 1, 0, 1,
"evaluation stack is used for creating the stack frames,\n"
"otherwise the frames are taken from @var{obj} (which must be\n"
"either a debug object or a continuation).\n"
"@var{args} must be a list if integers and specifies how the\n"
"@var{args} must be a list of integers and specifies how the\n"
"resulting stack will be narrowed.")
#define FUNC_NAME s_scm_make_stack
{