From 6668b9869bd8c02196e51776d44465ccfce4a9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 23 Jun 2015 21:30:58 +0200 Subject: core: fix help of /eval command --- src/core/wee-command.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 8eb81d5de..f8e7032e4 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7205,15 +7205,15 @@ 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 " - "list/pointer, for example:\n" + "list, for example:\n" " ${buffer[gui_buffers].full_name}: full name of first buffer " "in linked list of buffers\n" - " hdata[pointer].var1.var2...: start with a hdata using a list, " - "for example:\n" - " ${buffer[0x1234abcd].full_name}: full name of the buffer " - "with this pointer (can be used in triggers)\n" " ${plugin[weechat_plugins].name}: name of first plugin in " "linked list of plugins\n" + " hdata[pointer].var1.var2...: start with a hdata using a " + "pointer, for example:\n" + " ${buffer[0x1234abcd].full_name}: full name of the buffer " + "with this pointer (can be used in triggers)\n" "For name of hdata and variables, please look at \"Plugin API " "reference\", function \"weechat_hdata_get\".\n" "\n" -- cgit v1.2.3