summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-07-02 16:20:16 +0200
committerRocco Rutte <pdmef@gmx.net>2009-07-02 16:20:16 +0200
commit5198675b23f3fd817bb2c009489d1ef2f9a3b818 (patch)
tree0aba5a630f1cf443d5e40b15fc41f83a0884c512 /functions.h
parente513f8e11e008abd93de2616fb2d36577347f55a (diff)
Manual: Generate more pretty titles/ids for key binding tables
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index 552a0a3f..854bb92c 100644
--- a/functions.h
+++ b/functions.h
@@ -271,7 +271,7 @@ struct binding_t OpPager[] = { /* map: pager */
{ 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" },
@@ -441,7 +441,7 @@ struct binding_t OpSmime[] = { /* map: smime */
#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" },