diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 19:59:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-26 19:59:44 +0200 |
commit | 981beb917e5c861216ab036d8325b5a5ec08b295 (patch) | |
tree | 6853063c4e3d14f5bbaeebac48e3f537b68e1df7 /src | |
parent | 1f2b78242e48a26524557107a5551b308a981b30 (diff) | |
download | weechat-981beb917e5c861216ab036d8325b5a5ec08b295.zip |
core: fix typo in /help weechat.look.key_grab_delay
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 5df37722f..78a570d0f 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2628,7 +2628,7 @@ config_weechat_init_options () "key_grab_delay", "integer", N_("default delay (in milliseconds) to grab a key (using default key " "alt-k); this delay can be overridden in the /input command (see " - "/help input"), + "/help input)"), NULL, 1, 10000, "800", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_mouse = config_file_new_option ( weechat_config_file, ptr_section, |