summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2014-02-07 14:43:23 +0100
committerAndy Wingo <wingo@pobox.com>2014-02-07 14:43:23 +0100
commit7d484bfa15172982862b450db6a2a3620e95239d (patch)
treecefa7ff610c2eaa90e645a7d286bacbc5b351beb /doc/ref/api-evaluation.texi
parente4eb0e39b4bbfa321fd30376ebdda32e931b60f7 (diff)
parenta5cbbaa66a2491453db0edff9b0cb592a98f61bf (diff)
downloadguile-7d484bfa15172982862b450db6a2a3620e95239d.tar.gz
Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r--doc/ref/api-evaluation.texi2
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