]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorRobert J. Chassell <bob@rattlesnake.com>
Thu, 28 Nov 2002 14:12:31 +0000 (14:12 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Thu, 28 Nov 2002 14:12:31 +0000 (14:12 +0000)
lisp/textmodes/texinfmt.el

index 6027299ad59c0e0cb6d9d12f87d267e63ee00251..bb425517b5716cb372853d5c245d16af5d86d600 100644 (file)
@@ -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