aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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