diff options
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index f50be2040..7143707bf 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2131,8 +2131,9 @@ config_weechat_init_options () weechat_config_file, ptr_section, "emphasized_attributes", "string", N_("attributes for emphasized text: one or more attribute chars (" - "\"*\" for bold, \"!\" for reverse, \"_\" for underline); if the " - "string is empty, the colors weechat.color.emphasized* are used"), + "\"*\" for bold, \"!\" for reverse, \"/\" for italic, \"_\" for " + "underline); if the string is empty, the colors " + "weechat.color.emphasized* are used"), NULL, 0, 0, "", NULL, 0, NULL, NULL, &config_change_emphasized_attributes, NULL, NULL, NULL); config_look_highlight = config_file_new_option ( weechat_config_file, ptr_section, |