mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix nested block comment example in manual.
Reported by Chris K. Jester-Young <cky944@gmail.com>. * doc/ref/api-evaluation.texi (Block Comments): Fix example.
This commit is contained in:
parent
e6c8e6047e
commit
a5cbbaa66a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue