guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] fix two small Texinfo bugs


From: Tom Tromey
Subject: [PATCH 4/4] fix two small Texinfo bugs
Date: Tue, 10 Dec 2013 07:43:36 -0700

        * doc/ref/api-macros.texi (Macro Expansion): Use @ref,
        not @xref.
        * doc/ref/compiler.texi (Bytecode): Use a period after
        @xref.
---
 doc/ref/api-macros.texi | 2 +-
 doc/ref/compiler.texi   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-macros.texi b/doc/ref/api-macros.texi
index 6eb41c6..554d023 100644
--- a/doc/ref/api-macros.texi
+++ b/doc/ref/api-macros.texi
@@ -1139,7 +1139,7 @@ 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
+see @ref{Tree-IL}, for all the details.  The easiest thing is to just
 run @code{tree-il->scheme} on the result of macro-expansion:
 
 @lisp
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index 235e6c1..67fb966 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -510,7 +510,7 @@ Continuation-passing style (CPS) is ...
 
 Blah blah ...
 
address@hidden File Format}
address@hidden File Format}.
 
 (system vm loader)
 
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]