1
Fork 0
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:
Andy Wingo 2013-12-07 19:58:43 +01:00
parent 7bbfc02959
commit 660f2775e9

View file

@ -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))