guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/03: Revert "Fix "Scheme Syntax" info rendering"


From: Andy Wingo
Subject: [Guile-commits] 02/03: Revert "Fix "Scheme Syntax" info rendering"
Date: Fri, 10 Mar 2017 06:36:16 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 6d0091d545160525af12c1d375b0eb51e15cd370
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 10 12:02:21 2017 +0100

    Revert "Fix "Scheme Syntax" info rendering"
    
    This reverts commit 62f08b8f38990c1849ea61cd622f84b3d2611cd9, which was
    causing failing texi2dvi runs.
---
 doc/ref/api-evaluation.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi
index f7ec4af..3a3e9e6 100644
--- a/doc/ref/api-evaluation.texi
+++ b/doc/ref/api-evaluation.texi
@@ -92,7 +92,7 @@ Note that an application must not attempt to modify literal 
strings,
 since they may be in read-only memory.
 
 @item (quote @var{data})
address@hidden @verb{|'|address@hidden
address@hidden '@var{data}
 @findex quote
 @findex '
 Quoting is used to obtain a literal symbol (instead of a variable
@@ -114,7 +114,7 @@ vectors obtained from a @code{quote} form, since they may 
be in
 read-only memory.
 
 @item (quasiquote @var{data})
address@hidden @verb{|`|address@hidden
address@hidden address@hidden
 @findex quasiquote
 @findex `
 Backquote quasi-quotation is like @code{quote}, but selected



reply via email to

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