From 6b9bfa954b6f7a1085c87a3a20404180182c28d5 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Sun, 8 Dec 2002 23:03:47 +0000 Subject: [PATCH] Fix typos found by TAKAHASHI Kaoru . --- lisp/textmodes/texinfmt.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 71af8e44a51..6f1da5db525 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -4148,9 +4148,9 @@ the @ifeq command." (put 'medbreak 'texinfo-format 'texinfo-discard-line) (put 'bigbreak 'texinfo-format 'texinfo-discard-line) (put 'afourpaper 'texinfo-format 'texinfo-discard-line) -(put 'afivepaper 'texinoo-format 'texinfo-discard-line) -(put 'afourlatex 'texinoo-format 'texinfo-discard-line) -(put 'afourwide 'texinoo-format 'texinfo-discard-line) +(put 'afivepaper 'texinfo-format 'texinfo-discard-line) +(put 'afourlatex 'texinfo-format 'texinfo-discard-line) +(put 'afourwide 'texinfo-format 'texinfo-discard-line) ;;; These noop commands discard the rest of the line. -- 2.11.4.GIT