diff man/texinfo/texinfo.texi @ 5741:d11efddf3617

Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches message <CAHCOHQngK6wyLhBtP9i5ngMyGTV9GFh3qU9tq8XebYTdVOYU2w@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Fri, 21 Jun 2013 08:44:33 -0600
parents 64be8a494bdc
children 9fae6227ede5
line wrap: on
line diff
--- a/man/texinfo/texinfo.texi	Fri Jun 21 18:45:06 2013 +0900
+++ b/man/texinfo/texinfo.texi	Fri Jun 21 08:44:33 2013 -0600
@@ -13717,14 +13717,14 @@
 @item US-ASCII
 This has no particular effect, but it's included for completeness.
 
-@itemx UTF-8
+@item UTF-8
 The vast global character encoding, expressed in 8-bit bytes.
 The Texinfo processors have no deep knowledge of Unicode; for the most
 part, they just pass along the input they are given to the output.
 
-@itemx ISO-8859-1
+@item ISO-8859-1
 @itemx ISO-8859-15
-@item ISO-8859-2
+@itemx ISO-8859-2
 These specify the standard encodings for Western European (the first
 two) and Eastern European languages (the third), respectively.  ISO
 8859-15 replaces some little-used characters from 8859-1 (e.g.,
@@ -17428,7 +17428,7 @@
 Generate the uppercase and lowercase AE ligatures, respectively:
 @AE{}, @ae{}.  @xref{Inserting Accents}.
 
-@itemx @@afivepaper
+@item @@afivepaper
 Change page dimensions for the A5 paper size.  @xref{A4 Paper}.
 
 @item @@afourlatex
@@ -17955,7 +17955,7 @@
 the corresponding @code{@@end ifnot@var{format}}.
 @xref{Conditionals}.
 
-@itemx @@ifnotinfo
+@item @@ifnotinfo
 Begin text to appear in output other than Info and (for historical
 compatibility) plain text.  Pair with @code{@@end ifnotinfo}.
 @xref{Conditionals}.