1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Typo in documentation of local-boxed-set

* doc/ref/vm.texi: modified
This commit is contained in:
Mike Gran 2012-01-09 21:35:41 -08:00
parent 86c63a8251
commit 3248c954db

View file

@ -438,7 +438,7 @@ expressions.
@end deffn @end deffn
@deffn Instruction local-boxed-ref index @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 Get or set the value of the variable located at @var{index} within the
current stack frame. A shortcut for @code{local-ref} then current stack frame. A shortcut for @code{local-ref} then
@code{variable-ref} or @code{variable-set}, respectively. @code{variable-ref} or @code{variable-set}, respectively.