Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!SCIENCE.UTAH.EDU!Beebe From: Beebe@SCIENCE.UTAH.EDU ("Nelson H.F. Beebe") Newsgroups: gnu.emacs.bug Subject: Typo in texinfmt.el [18.52] Message-ID: <12502419523.37.BEEBE@SCIENCE.UTAH.EDU> Date: 15 Jun 89 22:41:37 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 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. -------