1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +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 @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 distinct but have the same name, the output format needs to be able to
represent distinctions between variable identities and names. Again, represent distinctions between variable identities and names. Again,
see @xref{Tree-IL} for all the details. The easiest thing is to just @xref{Tree-IL}, for all the details. The easiest thing is to just run
run @code{tree-il->scheme} on the result of macro-expansion: @code{tree-il->scheme} on the result of macro-expansion:
@lisp @lisp
(macroexpand '(+ 1 2)) (macroexpand '(+ 1 2))