Fix nested block comment example in manual.
authorMark H Weaver <mhw@netris.org>
Tue, 21 Jan 2014 21:21:36 +0000 (16:21 -0500)
committerMark H Weaver <mhw@netris.org>
Tue, 21 Jan 2014 21:21:36 +0000 (16:21 -0500)
Reported by Chris K. Jester-Young <cky944@gmail.com>.

* doc/ref/api-evaluation.texi (Block Comments): Fix example.

doc/ref/api-evaluation.texi

index 4a5b3d1..7d67d9a 100644 (file)
@@ -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