guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/02: Fix texinfo in r7rs.texi


From: Andy Wingo
Subject: [Guile-commits] 01/02: Fix texinfo in r7rs.texi
Date: Fri, 22 Nov 2019 10:09:46 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit cc3190ed957f1e74a15691c63361ff974e2bd6fa
Author: Andy Wingo <address@hidden>
Date:   Fri Nov 22 15:56:00 2019 +0100

    Fix texinfo in r7rs.texi
    
    * doc/ref/r7rs.texi (R7RS Standard Libraries): Fix syntax.
---
 doc/ref/r7rs.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/r7rs.texi b/doc/ref/r7rs.texi
index c8ee83c..c315b1f 100644
--- a/doc/ref/r7rs.texi
+++ b/doc/ref/r7rs.texi
@@ -78,7 +78,7 @@ users who want to port their code to other R7RS systems.
 As a brief overview, we note that the libraries defined by the R7RS are
 as follows:
 
-@itemize @code
+@table @code
 @item (scheme base)
 The core functions, mostly corresponding to R5RS minus the elements
 listed separately below, but plus SRFI-34 error handling
@@ -125,7 +125,7 @@ for what R7RS calls ``jiffies''.
 @item (scheme write)
 @code{display}, @code{write}, as well as @code{write-shared} and
 @code{write-simple}.
-@end itemize
+@end table
 
 For complete documentation, we advise the interested user to consult the
 R7RS directly (@pxref{R7RS,,, r7rs, The Revised^7 Report on the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]