Here is a really small patch for guile-figl that fixes errors when
generating docs from texinfo files.
---
doc/gl.texi | 2 +-
doc/low-level-gl.texi | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/gl.texi b/doc/gl.texi
index 0c77e8f..b0d6f01 100644
--- a/doc/gl.texi
+++ b/doc/gl.texi
@@ -399,7 +399,7 @@ enumerator.
@defun set-gl-depth-function func
Specify the depth test function. See the @code{depth-function}
enumerator.
-p@end defun
+@end defun
@defun set-gl-blend-color r g b a
Specify the blend color.
diff --git a/doc/low-level-gl.texi b/doc/low-level-gl.texi
index 1212551..dc4bfdb 100644
--- a/doc/low-level-gl.texi
+++ b/doc/low-level-gl.texi
@@ -19149,8 +19149,7 @@ specifies the flat-shaded color.
@table @asis
-@item @strong{
-Primitive Type of Polygon @r{@var{i}}}
+@item @strong{Primitive Type of Polygon @r{@var{i}}}
@strong{Vertex}
@item
--
1.8.3