X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..54ead4dd26dd07c0d90d6643edb822fa322b4a46:/doc/gl.texi diff --git a/doc/gl.texi b/doc/gl.texi index 620b9ba..34ad9ff 100644 --- a/doc/gl.texi +++ b/doc/gl.texi @@ -201,8 +201,8 @@ for more information. @subsubsection Begin/End Paradigm -@defmac gl-begin begin-mode body ... -Begin immediate-mode drawing with @var{begin-mode}, evaluate +@defmac gl-begin primitive-type body ... +Begin immediate-mode drawing with @var{primitive-type}, evaluate the sequence of @var{body} expressions, and then end drawing (as with @code{glBegin} and @code{glEnd}).