diff options
Diffstat (limited to 'doc/ref/scheme-debug.texi')
-rw-r--r-- | doc/ref/scheme-debug.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-debug.texi b/doc/ref/scheme-debug.texi index d9387f5d0..170d7e382 100644 --- a/doc/ref/scheme-debug.texi +++ b/doc/ref/scheme-debug.texi @@ -173,8 +173,8 @@ Return the identifier given to @var{stack} by @code{start-stack}. Return the length of @var{stack}. @end deffn -@deffn primitive stack-ref stack i -Return the @var{i}'th frame from @var{stack}. +@deffn primitive stack-ref stack index +Return the @var{index}'th frame from @var{stack}. @end deffn @deffn primitive stack? obj |