summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/vm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index 0a1425026..82e7bac6f 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -438,7 +438,7 @@ expressions.
@end deffn
@deffn Instruction local-boxed-ref index
-@deffnx Instruction local-boxed-ref index
+@deffnx Instruction local-boxed-set index
Get or set the value of the variable located at @var{index} within the
current stack frame. A shortcut for @code{local-ref} then
@code{variable-ref} or @code{variable-set}, respectively.