[gnu.emacs.bug] Typo in texinfmt.el 18.52

Beebe@SCIENCE.UTAH.EDU ("Nelson H.F. Beebe") (06/16/89)

In texinfmt.el [GNU Emacs 18.52], change

(defun texinfo-format-region (region-beginning region-ending)
  "Convert the the current region of the Texinfo file to Info format.

to

(defun texinfo-format-region (region-beginning region-ending)
  "Convert the current region of the Texinfo file to Info format.

-------