warn "map $map undefined";
next;
}
+ my $title = $map;
+ $title =~ s/(.)(.+)/\U$1\E$2/;
print <<EOT;
<sect2 id="${map}-map">
<title>$maptitle Menu</title>
$DOC{$map}
-<table id="${map}-table">
-<title>Default $map Function Bindings</title>
+<table id="tab-${map}-bindings">
+<title>Default $title Menu Bindings</title>
<tgroup cols="3">
<thead>
<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
{ NULL, 0, NULL }
};
-struct binding_t OpAttach[] = { /* map: attach */
+struct binding_t OpAttach[] = { /* map: attachment */
{ "bounce-message", OP_BOUNCE_MESSAGE, "b" },
{ "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
#ifdef MIXMASTER
-struct binding_t OpMix[] = { /* map: mix */
+struct binding_t OpMix[] = { /* map: mixmaster */
{ "accept", OP_MIX_USE, M_ENTER_S },
{ "append", OP_MIX_APPEND, "a" },
{ "insert", OP_MIX_INSERT, "i" },