From 124ff501effb0e11b89f2f794e72c7a80acfbbca Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Thu, 28 Nov 2002 14:12:31 +0000 Subject: [PATCH] Fix typos. --- lisp/textmodes/texinfmt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2