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:
parent
6c0201ad76
commit
e3334972a5
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* error.c (scm_sysmissing): deprecation expired - removed.
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue