Attached is a small patch to fix two typos:

info-stnd.texi: Default background colour was missing the 'bg'.

texinfo.texi: A ` was missing (one instead of two).

-- 
Jason.
diff -urp texinfo-6-3/doc/info-stnd.texi texinfo-6.3/doc/info-stnd.texi
--- texinfo-6-3/doc/info-stnd.texi      2016-02-06 20:43:56 +1000
+++ texinfo-6.3/doc/info-stnd.texi      2017-01-21 15:35:09 +1000
@@ -2390,8 +2390,8 @@ Turn off any color that was in effect, u
 @cindex Coloured background
 Use the color specified for the background.
 
-@item nocolour
-@itemx nocolor
+@item bgnocolour
+@itemx bgnocolor
 Use the terminal's default background color.
 
 @item underline
diff -urp texinfo-6-3/doc/texinfo.texi texinfo-6.3/doc/texinfo.texi
--- texinfo-6-3/doc/texinfo.texi        2016-07-31 06:45:12 +1000
+++ texinfo-6.3/doc/texinfo.texi        2017-01-21 15:51:19 +1000
@@ -8025,7 +8025,7 @@ with each one, such as a list of definit
 
 Write the @code{@@table} command at the beginning of a line, after a
 blank line, and follow it on the same line with an argument that is an
-`indicating'' command, such as @code{@@code}, @code{@@samp},
+``indicating'' command, such as @code{@@code}, @code{@@samp},
 @code{@@var}, @code{@@option}, or @code{@@kbd} (@pxref{Indicating}).
 This command will be applied to the text in the first column.  For 
 example, @code{@@table @@code} will cause the text in the first column 

Reply via email to