guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Fix "Scheme Syntax" info rendering


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix "Scheme Syntax" info rendering
Date: Wed, 1 Mar 2017 03:42:33 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 62f08b8f38990c1849ea61cd622f84b3d2611cd9
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 1 09:41:57 2017 +0100

    Fix "Scheme Syntax" info rendering
    
    * doc/ref/api-evaluation.texi (Expression Syntax): Fix quote and
      quasiquote so that they actually look different in Info.
---
 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 3a3e9e6..f7ec4af 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 '@var{data}
address@hidden @verb{|'|address@hidden
 @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 address@hidden
address@hidden @verb{|`|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]