# HG changeset patch # User Robert J. Chassell # Date 1038492751 0 # Node ID 8a7dcd7fcbf777cd2cc441ae82fc1928d3401851 # Parent ecf43ac20827c97bc2c21895ace1d6dfd5674550 Fix typos. diff -r ecf43ac20827 -r 8a7dcd7fcbf7 lisp/textmodes/texinfmt.el --- a/lisp/textmodes/texinfmt.el Thu Nov 28 07:47:34 2002 +0000 +++ b/lisp/textmodes/texinfmt.el Thu Nov 28 14:12:31 2002 +0000 @@ -2080,7 +2080,7 @@ (goto-char (point-max)) (skip-chars-backward " ") (delete-region (point) (save-excursion (end-of-line) (point))) - ;; Temorarily set texinfo-stack to nil so texinfo-format-scan + ;; Temporarily set texinfo-stack to nil so texinfo-format-scan ;; does not see an unterminated @multitable. (let (texinfo-stack) ; nil (texinfo-format-scan)) @@ -2424,7 +2424,7 @@ ;; Inside of @example ... @end example and similar environments, ;; @kbd does nothing; but outside of such environments, it places -;; single quotation markes around its argument. +;; single quotation marks around its argument. (defvar texinfo-format-kbd-regexp (concat