aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-06 00:07:54 +0000
committerRichard M. Stallman <[email protected]>1998-07-06 00:07:54 +0000
commit7408bff1a5ee6e7f117a5c31a1a6faf5465fa00d (patch)
tree6df7f997520692fc46f3adc7fd79b250449380c3 /lisp/textmodes
parent54f1a1ddb234e4138eccae0f1fadf256f423ba85 (diff)
(texinfo-environment-regexp): Add smalldisplay and smallformat.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index c414f3e5dd..fb130817e5 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"
"\\)")