diff options
-rw-r--r-- | doc/ref/guile.texi | 2 | ||||
-rw-r--r-- | doc/ref/texinfo.texi | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index a6e3e7d0c..1e4a95a99 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -372,7 +372,7 @@ available through both Scheme and C interfaces. * Curried Definitions:: Extended @code{define} syntax. * Statprof:: An easy-to-use statistical profiler. * SXML:: Parsing, transforming, and serializing XML. -* Texinfo:: Munging documents written in Texinfo. +* Texinfo Processing:: Munging documents written in Texinfo. @end menu @include slib.texi diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi index b5ef393c1..ec0686388 100644 --- a/doc/ref/texinfo.texi +++ b/doc/ref/texinfo.texi @@ -3,8 +3,12 @@ @c Copyright (C) 2013 Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. -@node Texinfo -@section Texinfo +@c Note: Don't use "Texinfo" as the node name here because this leads to +@c a clash in the HTML output between texinfo.html (from the "texinfo" +@c node) and Texinfo.html on case-insensitive file systems such as +@c HFS+ (MacOS X). +@node Texinfo Processing +@section Texinfo Processing @menu * texinfo:: Parse texinfo files or fragments into @code{stexi}, a scheme representation |