mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Typo in documentation of local-boxed-set
* doc/ref/vm.texi: modified
This commit is contained in:
parent
86c63a8251
commit
3248c954db
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue