move around "general" in section title for neater formatting
authorDaniel Hartwig <mandyke@gmail.com>
Fri, 15 Feb 2013 07:07:55 +0000 (15:07 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Fri, 15 Feb 2013 07:07:55 +0000 (15:07 +0800)
* doc/figl.texi (API Conventions): Renamed from "General API
  Conventions" to have better formatted menu.

doc/figl.texi

index 27354cc..794b6b2 100644 (file)
@@ -59,7 +59,7 @@ prefixed with a specific copyright header.
 @menu
 * Introduction::                The what, why, and how of Figl.
 
-* General API Conventions::     Conventions used by the Figl APIs.
+* API Conventions::             General conventions used by the Figl APIs.
 
 * GL::                          A Scheme interface to OpenGL.
 * GLU::                         The GL Utility library.
@@ -136,8 +136,8 @@ The high-level modules are named like @code{(figl @var{module})}, for
 example @code{(figl gl)}.
 
 
-@node General API Conventions
-@chapter General API Conventions
+@node API Conventions
+@chapter API Conventions
 
 FIXME: A very rough draft.  Bindings and text are not fully synced
 until more work is done here.