summaryrefslogtreecommitdiff
path: root/doc/scheme-debug.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scheme-debug.texi')
-rw-r--r--doc/scheme-debug.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scheme-debug.texi b/doc/scheme-debug.texi
index d8876cba8..cbb35cb17 100644
--- a/doc/scheme-debug.texi
+++ b/doc/scheme-debug.texi
@@ -139,7 +139,7 @@ Create a new stack. If @var{obj} is @code{#t}, the current
evaluation stack is used for creating the stack frames,
otherwise the frames are taken from @var{obj} (which must be
either a debug object or a continuation).
-@var{args} must be a list if integers and specifies how the
+@var{args} must be a list of integers and specifies how the
resulting stack will be narrowed.
@end deffn