1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +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

@ -1,3 +1,7 @@
2001-04-28 Neil Jerram <neil@ossau.uklinux.net>
* stacks.c (scm_make_stack): Fix typo in docstring.
2001-04-27 Rob Browning <rlb@cs.utexas.edu> 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
* error.c (scm_sysmissing): deprecation expired - removed. * error.c (scm_sysmissing): deprecation expired - removed.

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" "evaluation stack is used for creating the stack frames,\n"
"otherwise the frames are taken from @var{obj} (which must be\n" "otherwise the frames are taken from @var{obj} (which must be\n"
"either a debug object or a continuation).\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.") "resulting stack will be narrowed.")
#define FUNC_NAME s_scm_make_stack #define FUNC_NAME s_scm_make_stack
{ {