mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix a few typos in the manual.
Fixes <https://bugs.gnu.org/30276>. Reported by Matt Wette <matt.wette@gmail.com>. * doc/ref/api-macros.texi (Macro Expansion) doc/ref/vm.texi (Procedure Call and Return Instructions): Fix typos.
This commit is contained in:
parent
6708acbf66
commit
313b1c4469
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 1996, 1997, 2000-2004, 2009-2015
|
||||
@c Copyright (C) 1996, 1997, 2000-2004, 2009-2015, 2018
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
|
@ -1280,7 +1280,7 @@ macros will be @code{eval}'d in the top-level environment.
|
|||
|
||||
In this way @code{(macroexpand @var{foo})} is equivalent to
|
||||
@code{(macroexpand @var{foo} 'e '(eval))}. The second argument is the
|
||||
mode (@code{'e} for ``eval'') and the second is the
|
||||
mode (@code{'e} for ``eval'') and the third is the
|
||||
eval-syntax-expanders-when parameter (only @code{eval} in this default
|
||||
setting).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 2008,2009,2010,2011,2013,2015
|
||||
@c Copyright (C) 2008-2011, 2013, 2015, 2018
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
|
@ -719,7 +719,7 @@ is that arguments are passed and values returned on the stack.
|
|||
|
||||
For calls, both in tail position and in non-tail position, we require
|
||||
that the procedure and the arguments already be shuffled into place
|
||||
befor the call instruction. ``Into place'' for a tail call means that
|
||||
before the call instruction. ``Into place'' for a tail call means that
|
||||
the procedure should be in slot 0, relative to the @code{fp}, and the
|
||||
arguments should follow. For a non-tail call, if the procedure is in
|
||||
@code{fp}-relative slot @var{n}, the arguments should follow from slot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue