summaryrefslogtreecommitdiff
path: root/doc/it/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-04-25 21:34:23 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-04-25 21:34:23 +0200
commitbdbe7e0c376ce783250656e4ec1c50f828676726 (patch)
tree6a6de7c3f3064a1425e61ff9c9b827a07c34e69c /doc/it/autogen
parent821903986790399f9e5fa98edb4ba684e3ff3b38 (diff)
downloadweechat-bdbe7e0c376ce783250656e4ec1c50f828676726.zip
core: fix typo in /help eval
Diffstat (limited to 'doc/it/autogen')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt
index f34198087..bc1e3ff61 100644
--- a/doc/it/autogen/user/weechat_commands.txt
+++ b/doc/it/autogen/user/weechat_commands.txt
@@ -235,7 +235,7 @@ Some variables are replaced in expression, using the format ${variable}, variabl
3. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
Format for hdata can be one of following:
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
- hdata(list).var1.var2...: start with a hdata using a list, for example:
+ hdata[list].var1.var2...: start with a hdata using a list, for example:
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".