Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 maxima (5.30.0-5) unstable; urgency=low
 .
   * Bug fix: "./Bugs.texi:20: table requires an argument: the formatter
     for @item (and many other Texinfo errors)", thanks to Julien Puydt
     (Closes: #708517).  Applied patch
Author: Camm Maguire <camm@debian.org>
Bug-Debian: http://bugs.debian.org/708517

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- maxima-5.30.0.orig/doc/info/Numerical.texi
+++ maxima-5.30.0/doc/info/Numerical.texi
@@ -422,7 +422,7 @@ The accuracy of @code{find_root} is gove
 @code{find_root}.  These keyword arguments take the form
 @code{key=val}.  The keyword arguments are
 
-@table @var
+@table @code
 @item abserr
 Desired absolute error of function value at root.  Default is
 @code{find_root_abs}.
--- maxima-5.30.0.orig/doc/info/Bugs.texi
+++ maxima-5.30.0/doc/info/Bugs.texi
@@ -17,7 +17,7 @@ answer, but are marked as known bugs.
 
 @code{run_testsuite} takes the following optional keyword arguments
 
-@table @var
+@table  @code
 @item display_all
 Display all tests.  Normally, the tests are not displayed, unless the test
 fails.  (Defaults to @code{false}).
--- maxima-5.30.0.orig/doc/info/zeilberger.texi
+++ maxima-5.30.0/doc/info/zeilberger.texi
@@ -21,7 +21,7 @@ summation.
 @category{Sums and products} @category{Share packages} @category{Package zeilberger}
 @closecatbox
 
-@subsubsection The indefinite summation problem
+@subsection The indefinite summation problem
 
 @code{zeilberger} implements Gosper's algorithm for indefinite hypergeometric summation.
 Given a hypergeometric term @math{F_k} in @math{k} we want to find its hypergeometric
@@ -34,7 +34,7 @@ $$F_k = f_{k+1} - f_k.$$
 @math{F_k = f_(k+1) - f_k}.
 @end ifnottex
 
-@subsubsection The definite summation problem
+@subsection The definite summation problem
 
 @code{zeilberger} implements Zeilberger's algorithm for definite hypergeometric summation.
 Given a proper hypergeometric term (in @math{n} and @math{k})
--- maxima-5.30.0.orig/doc/info/lapack.texi
+++ maxima-5.30.0/doc/info/lapack.texi
@@ -417,7 +417,7 @@ specifed by optional keyword arguments:
 optional and may be specified in any order.  They all take the form
 @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item C
 The matrix @var{C} that should be added.  The default is @code{false},
 which means no matrix is added.
--- maxima-5.30.0.orig/doc/info/Integration.texi
+++ maxima-5.30.0/doc/info/Integration.texi
@@ -1000,7 +1000,7 @@ achieved.
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1092,7 +1092,7 @@ operator, a Maxima lambda expression, or
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1200,7 +1200,7 @@ One of the limits of integration must be
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1297,7 +1297,7 @@ operator, a Maxima lambda expression, or
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1414,7 +1414,7 @@ operator, a Maxima lambda expression, or
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsabs
 Desired absolute error of approximation.  Default is 1d-10.
 @item limit
@@ -1551,7 +1551,7 @@ operator, a Maxima lambda expression, or
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1684,7 +1684,7 @@ operator, a Maxima lambda expression, or
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
@@ -1788,7 +1788,7 @@ the integrand is singular or discontinou
 The keyword arguments are optional and may be specified in any order.
 They all take the form @code{key=val}.  The keyword arguments are:
 
-@table @var
+@table @code
 @item epsrel
 Desired relative error of approximation.  Default is 1d-8.
 @item epsabs
--- maxima-5.30.0.orig/doc/info/category-macros.texi
+++ maxima-5.30.0/doc/info/category-macros.texi
@@ -25,32 +25,38 @@
 
 @c Macros for cross references
 
-@macro mref {nodename}
 @ifhtml
+@macro mref {nodename}
 @code{@ref{\nodename\}}
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mref {nodename}
 @code{\nodename\}
-@end ifnothtml
 @end macro
+@end ifnothtml
 
-@macro mxref {nodename, text}
 @ifhtml
+@macro mxref {nodename, text}
 @code{@ref{\nodename\, \text\}}
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mxref {nodename, text}
 @code{\text\}
-@end ifnothtml
 @end macro
+@end ifnothtml
 
-@macro mrefdot {nodename}
 @ifhtml
+@macro mrefdot {nodename}
 @code{@ref{\nodename\}}.
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mrefdot {nodename}
 @code{\nodename\}.
-@end ifnothtml
 @end macro
+@end ifnothtml
 
 @macro mxrefdot {nodename, text}
 @ifhtml
@@ -61,30 +67,36 @@
 @end ifnothtml
 @end macro
 
-@macro mrefcomma {nodename}
 @ifhtml
+@macro mrefcomma {nodename}
 @code{@ref{\nodename\}},
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mrefcomma {nodename}
 @code{\nodename\},
-@end ifnothtml
 @end macro
+@end ifnothtml
 
-@macro mxrefcomma {nodename, text}
 @ifhtml
+@macro mxrefcomma {nodename, text}
 @code{@ref{\nodename\, \text\}},
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mxrefcomma {nodename, text}
 @code{\text\},
-@end ifnothtml
 @end macro
+@end ifnothtml
 
-@macro mrefparen {nodename}
 @ifhtml
+@macro mrefparen {nodename}
 @code{@ref{\nodename\}})
+@end macro
 @end ifhtml
 @ifnothtml
+@macro mrefparen {nodename}
 @code{\nodename\})
-@end ifnothtml
 @end macro
+@end ifnothtml
 
