# HG changeset patch # User Aidan Kehoe # Date 1211396846 -7200 # Node ID 969a957a44ac299b06666f55479fe459c0588d9f # Parent 732b87cfabf21f6d1bad716db6ea58624f8f556e Prevent #'batch-texinfo-format choking on man/internals/internals.texi 2008-05-21 Aidan Kehoe * internals/internals.texi (Ben's README): Add a couple of @itemize / @end itemize pairs, to prevent #'batch-texinfo-format choking on the input. diff -r 732b87cfabf2 -r 969a957a44ac man/ChangeLog --- a/man/ChangeLog Wed May 21 16:55:14 2008 +0200 +++ b/man/ChangeLog Wed May 21 21:07:26 2008 +0200 @@ -1,3 +1,9 @@ +2008-05-21 Aidan Kehoe + + * internals/internals.texi (Ben's README): + Add a couple of @itemize / @end itemize pairs, to prevent + #'batch-texinfo-format choking on the input. + 2008-01-20 Aidan Kehoe * xemacs/cmdargs.texi (Command Switches): diff -r 732b87cfabf2 -r 969a957a44ac man/internals/internals.texi --- a/man/internals/internals.texi Wed May 21 16:55:14 2008 +0200 +++ b/man/internals/internals.texi Wed May 21 21:07:26 2008 +0200 @@ -16767,6 +16767,7 @@ 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 @@ -16803,6 +16804,7 @@ 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 @@ -16821,6 +16823,7 @@ 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 @@ -16852,6 +16855,7 @@ @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