summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <jas@mocca.josefsson.org>2007-06-01 16:22:57 +0200
committerSimon Josefsson <jas@mocca.josefsson.org>2007-06-01 16:22:57 +0200
commit448b6098e9a173846168ef2fad5a788ba9aab349 (patch)
tree8c7c7695c7693583e61e4c8e5eedac8c972ad652
parent3c43842a7045c1cb01e6e97bd0e2400a5c2b9f95 (diff)
downloadgnutls-448b6098e9a173846168ef2fad5a788ba9aab349.tar.gz
More @node fixes.
-rw-r--r--doc/guile.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guile.texi b/doc/guile.texi
index 5475078edf..502671bc86 100644
--- a/doc/guile.texi
+++ b/doc/guile.texi
@@ -14,14 +14,14 @@ a large subset thereof is available.
@menu
-* Conventions:: Naming conventions and other idiosyncrasies.
+* Guile API Conventions:: Naming conventions and other idiosyncrasies.
* Guile Examples:: Quick start.
* Guile Reference:: The Scheme GnuTLS programming interface.
@end menu
@c *********************************************************************
-@node Conventions
-@section Conventions
+@node Guile API Conventions
+@section Guile API Conventions
This chapter details the conventions used by Guile API, as well as
specificities of the mapping of the C API to Scheme.