diff options
author | Andy Wingo <wingo@pobox.com> | 2014-02-07 14:43:23 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-02-07 14:43:23 +0100 |
commit | 7d484bfa15172982862b450db6a2a3620e95239d (patch) | |
tree | cefa7ff610c2eaa90e645a7d286bacbc5b351beb /doc/ref/api-evaluation.texi | |
parent | e4eb0e39b4bbfa321fd30376ebdda32e931b60f7 (diff) | |
parent | a5cbbaa66a2491453db0edff9b0cb592a98f61bf (diff) | |
download | guile-7d484bfa15172982862b450db6a2a3620e95239d.tar.gz |
Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index aa3729c1f..dde164372 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -238,7 +238,7 @@ comments as specified by R6RS and @url{http://srfi.schemers.org/srfi-30/srfi-30.html, SRFI-30}: @lisp -(+ #| this is a #| nested |# block comment |# 2) +(+ 1 #| this is a #| nested |# block comment |# 2) @result{} 3 @end lisp |