From 7408bff1a5ee6e7f117a5c31a1a6faf5465fa00d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Jul 1998 00:07:54 +0000 Subject: [PATCH] (texinfo-environment-regexp): Add smalldisplay and smallformat. --- lisp/textmodes/texinfo.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index c414f3e5dd5..fb130817e5a 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -562,7 +562,9 @@ value of texinfo-mode-hook." "macro\\|" "multitable\\|" "quotation\\|" + "smalldisplay\\|" "smallexample\\|" + "smallformat\\|" "smalllisp\\|" "tex" "\\)") -- 2.39.5