Mercurial > hg > xemacs-beta
diff man/lispref/internationalization.texi @ 5791:9fae6227ede5
Silence texinfo 5.2 warnings, primarily by adding next, prev, and up
pointers to all nodes. See xemacs-patches message with ID
<5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 27 Mar 2014 08:59:03 -0600 |
parents | a46c5c8d6564 |
children |
line wrap: on
line diff
--- a/man/lispref/internationalization.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/internationalization.texi Thu Mar 27 08:59:03 2014 -0600 @@ -3,7 +3,7 @@ @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. @c See the file lispref.texi for copying conditions. @setfilename ../../info/internationalization.info -@node Internationalization, MULE, PostgreSQL Support, top +@node Internationalization, MULE, PostgreSQL Support, Top @chapter Internationalization @menu @@ -13,7 +13,7 @@ @end menu -@node I18N Levels 1 and 2 +@node I18N Levels 1 and 2, I18N Level 3, Internationalization, Internationalization @section I18N Levels 1 and 2 XEmacs is now compliant with I18N levels 1 and 2. Specifically, this means @@ -27,7 +27,7 @@ completions and the character which would be produced. -@node I18N Level 3 +@node I18N Level 3, I18N Level 4, I18N Levels 1 and 2, Internationalization @section I18N Level 3 @menu @@ -37,7 +37,7 @@ * Domain Specification:: @end menu -@node Level 3 Basics +@node Level 3 Basics, Level 3 Primitives, I18N Level 3, I18N Level 3 @subsection Level 3 Basics XEmacs now provides alpha-level functionality for I18N Level 3. This means @@ -56,7 +56,7 @@ variable's documentation. -@node Level 3 Primitives +@node Level 3 Primitives, Dynamic Messaging, Level 3 Basics, I18N Level 3 @subsection Level 3 Primitives @defun gettext string @@ -103,7 +103,7 @@ @end defun -@node Dynamic Messaging +@node Dynamic Messaging, Domain Specification, Level 3 Primitives, I18N Level 3 @subsection Dynamic Messaging The @code{format} function has been extended to permit you to change the @@ -113,7 +113,7 @@ to change the word order. -@node Domain Specification +@node Domain Specification, , Dynamic Messaging, I18N Level 3 @subsection Domain Specification The default message domain of XEmacs is `emacs'. For add-on packages, it is @@ -167,7 +167,7 @@ @end example @end defun -@node I18N Level 4 +@node I18N Level 4, , I18N Level 3, Internationalization @section I18N Level 4 The Asian-language support in XEmacs is called ``MULE''. @xref{MULE}.