summaryrefslogtreecommitdiff
path: root/module/texinfo
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-02-09 18:19:06 +0100
committerAndy Wingo <wingo@pobox.com>2013-02-09 18:19:06 +0100
commitff95e1022586f40276ea37c0d5b05a370b327be6 (patch)
treefa39eb71afe0a503db093b68539593b35e03beae /module/texinfo
parent9cdc5cdbe6c3cdc4ae649016b8673cf038b5294e (diff)
downloadguile-ff95e1022586f40276ea37c0d5b05a370b327be6.tar.gz
(texinfo docbook): informaltable is a block element.
* module/texinfo/docbook.scm (*sdocbook-block-commands*): informaltable is a block element.
Diffstat (limited to 'module/texinfo')
-rw-r--r--module/texinfo/docbook.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/texinfo/docbook.scm b/module/texinfo/docbook.scm
index c5a8d659f..f3f993db8 100644
--- a/module/texinfo/docbook.scm
+++ b/module/texinfo/docbook.scm
@@ -135,7 +135,7 @@ each other. @xref{texinfo docbook sdocbook-flatten,,sdocbook-flatten},
for more information."
'(para programlisting informalexample indexterm variablelist
orderedlist refsect1 refsect2 refsect3 refsect4 title example
- note itemizedlist))
+ note itemizedlist informaltable))
(define (inline-command? command)
(not (memq command *sdocbook-block-commands*)))