mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix cross-references in api-macros.texi
* doc/ref/api-macros.texi (Macro Expansion): Fix cross-references.
This commit is contained in:
parent
7bbfc02959
commit
660f2775e9
1 changed files with 2 additions and 2 deletions
|
@ -1139,8 +1139,8 @@ Scheme: it's Tree-IL, Guile's high-level intermediate language.
|
|||
@xref{Tree-IL}. As ``hygienic macros'' can produce identifiers that are
|
||||
distinct but have the same name, the output format needs to be able to
|
||||
represent distinctions between variable identities and names. Again,
|
||||
see @xref{Tree-IL} for all the details. The easiest thing is to just
|
||||
run @code{tree-il->scheme} on the result of macro-expansion:
|
||||
@xref{Tree-IL}, for all the details. The easiest thing is to just run
|
||||
@code{tree-il->scheme} on the result of macro-expansion:
|
||||
|
||||
@lisp
|
||||
(macroexpand '(+ 1 2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue