diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-25 21:34:23 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-25 21:34:23 +0200 |
commit | bdbe7e0c376ce783250656e4ec1c50f828676726 (patch) | |
tree | 6a6de7c3f3064a1425e61ff9c9b827a07c34e69c /src/core/wee-command.c | |
parent | 821903986790399f9e5fa98edb4ba684e3ff3b38 (diff) | |
download | weechat-bdbe7e0c376ce783250656e4ec1c50f828676726.zip |
core: fix typo in /help eval
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index d4ab0d00a..10d92a454 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6123,7 +6123,7 @@ command_init () " hdata.var1.var2...: start with a hdata (pointer must be " "known), and ask variables one after one (other hdata can " "be followed)\n" - " hdata(list).var1.var2...: start with a hdata using a " + " hdata[list].var1.var2...: start with a hdata using a " "list, for example:\n" " ${buffer[gui_buffers].full_name}: full name of first " "buffer in linked list of buffers\n" |