]> granicus.if.org Git - python/commitdiff
\file is not allowed in section titles -- converting to PDF fails due to
authorFred Drake <fdrake@acm.org>
Thu, 7 Sep 2000 18:55:08 +0000 (18:55 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 Sep 2000 18:55:08 +0000 (18:55 +0000)
weird macro-expansion issues.  A better solution may be available in the
future, but this will do for now.

Add an index entry.  More should probably be added as well.

Doc/lib/libgettext.tex

index e1a6c47613846e66302131f7fb1a1ce8488b4249..78794f0cec357cf6e0ce6b1f9b6693f2317169f4 100644 (file)
@@ -240,7 +240,7 @@ returns a Unicode string by passing both the translated message string
 and the value of the ``protected'' \member{_charset} variable to the
 builtin \function{unicode()} function.
 
-\subsubsection{Solaris \file{.mo} file support}
+\subsubsection{Solaris message catalog support}
 
 The Solaris operating system defines its own binary
 \file{.mo} file format, but since no documentation can be found on
@@ -248,8 +248,8 @@ this format, it is not supported at this time.
 
 \subsubsection{The Catalog constructor}
 
-GNOME uses a version of the \module{gettext} module by James
-Henstridge, but this version has a slightly different API.  Its
+GNOME\index{GNOME} uses a version of the \module{gettext} module by
+James Henstridge, but this version has a slightly different API.  Its
 documented usage was:
 
 \begin{verbatim}