diff man/internals/internals.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 a2912073be85
children 039f4a1bcb0a
line wrap: on
line diff
--- a/man/internals/internals.texi	Mon Jan 27 17:52:33 2014 +0100
+++ b/man/internals/internals.texi	Thu Mar 27 08:59:03 2014 -0600
@@ -1084,7 +1084,7 @@
 and has attempted to be the "face" of XEmacs on the newsgroups and
 mailing lists.
 @item
-Steve Youngs, Ville Skytt䬠and now Norbert Koch have taken turns
+Steve Youngs, Ville Skyttä and now Norbert Koch have taken turns
 maintaining the packages.
 @item
 Vin Shelton maintains the stable releases.
@@ -17662,7 +17662,6 @@
   systems:
 
     @enumerate
-    @itemize
     @item
     they would be character->character and operate next to the
     internal data; this means that coding systems need to be able
@@ -17699,7 +17698,6 @@
     important: we need a way of specifying how detecting works
     when we have more than one coding system.  we might need more
     than a single priority list.  need to think about this.
-    @end itemize
     @end enumerate
 
   @item
@@ -17718,7 +17716,6 @@
   text when it's written out.  We need two levels
 
     @enumerate
-    @itemize
     @item
     first, a "safe-charset" level that checks before any actual
     encoding to see if all characters in the document can safely
@@ -17750,7 +17747,6 @@
     @item
     same thing (error checking, list of alternatives, etc.) needs
     to happen when reading!  all of this will be a lot of work!
-    @end itemize
     @end enumerate
   @end itemize
 @end itemize