From: Robert J. Chassell Date: Thu, 28 Nov 2002 14:12:31 +0000 (+0000) Subject: Fix typos. X-Git-Tag: ttn-vms-21-2-B4~12249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=124ff501effb0e11b89f2f794e72c7a80acfbbca;p=emacs.git Fix typos. --- diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 6027299ad59..bb425517b57 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -2080,7 +2080,7 @@ This command is executed when texinfmt sees @item inside @multitable." (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 @@ If used within a line, follow `@bullet' with braces." ;; 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