1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

doc: Rename "Texinfo" node to "Texinfo Processing".

* doc/ref/texinfo.texi (Texinfo): Rename to...
  (Texinfo Processing): ... this.
* doc/ref/guile.texi (Guile Modules): Update menu.
This commit is contained in:
Ludovic Courtès 2013-03-04 09:04:16 +01:00
parent 69b6da07c3
commit 29ace173b1
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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