Mercurial > emacs
changeset 48568:8a7dcd7fcbf7
Fix typos.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Thu, 28 Nov 2002 14:12:31 +0000 |
parents | ecf43ac20827 |
children | 2fcfc7530344 |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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