aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRobert J. Chassell2002-11-28 14:12:31 +0000
committerRobert J. Chassell2002-11-28 14:12:31 +0000
commit124ff501effb0e11b89f2f794e72c7a80acfbbca (patch)
tree78288cd5394289806d484956a9dbcb7d95772360 /lisp/textmodes
parentf707342d13e34a874c3f27c5998832d5e5934501 (diff)
downloademacs-124ff501effb0e11b89f2f794e72c7a80acfbbca.tar.gz
emacs-124ff501effb0e11b89f2f794e72c7a80acfbbca.zip
Fix typos.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfmt.el4
1 files 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."
2080 (goto-char (point-max)) 2080 (goto-char (point-max))
2081 (skip-chars-backward " ") 2081 (skip-chars-backward " ")
2082 (delete-region (point) (save-excursion (end-of-line) (point))) 2082 (delete-region (point) (save-excursion (end-of-line) (point)))
2083 ;; Temorarily set texinfo-stack to nil so texinfo-format-scan 2083 ;; Temporarily set texinfo-stack to nil so texinfo-format-scan
2084 ;; does not see an unterminated @multitable. 2084 ;; does not see an unterminated @multitable.
2085 (let (texinfo-stack) ; nil 2085 (let (texinfo-stack) ; nil
2086 (texinfo-format-scan)) 2086 (texinfo-format-scan))
@@ -2424,7 +2424,7 @@ If used within a line, follow `@bullet' with braces."
2424 2424
2425;; Inside of @example ... @end example and similar environments, 2425;; Inside of @example ... @end example and similar environments,
2426;; @kbd does nothing; but outside of such environments, it places 2426;; @kbd does nothing; but outside of such environments, it places
2427;; single quotation markes around its argument. 2427;; single quotation marks around its argument.
2428 2428
2429(defvar texinfo-format-kbd-regexp 2429(defvar texinfo-format-kbd-regexp
2430 (concat 2430 (concat