From e3334972a59d6b112bb53929c1e02e2e9f39f46c Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sat, 28 Apr 2001 08:59:48 +0000 Subject: [PATCH] * Fix typo in docstring. --- libguile/ChangeLog | 4 ++++ libguile/stacks.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0cca30474..6699e4dc3 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +2001-04-28 Neil Jerram + + * stacks.c (scm_make_stack): Fix typo in docstring. + 2001-04-27 Rob Browning * error.c (scm_sysmissing): deprecation expired - removed. diff --git a/libguile/stacks.c b/libguile/stacks.c index 92873a469..c43ba9b2c 100644 --- a/libguile/stacks.c +++ b/libguile/stacks.c @@ -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 {