From c1fc590e0ac3685eb5670e52a34551bd5a1e0f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 May 2018 15:55:37 +0200 Subject: doc: fix styles in plugin API reference --- doc/en/weechat_plugin_api.en.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 6abcc9d49..498fb95fa 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -4891,7 +4891,7 @@ This function is not available in scripting API. _WeeChat ≥ 2.2._ -Add hashtable items from an infolist. +Add infolist items in a hashtable. Prototype: @@ -4904,9 +4904,9 @@ int weechat_hashtable_add_from_infolist (struct t_hashtable *hashtable, Arguments: -* 'hashtable': hashtable pointer -* 'infolist': infolist pointer -* 'prefix': string used as prefix for names in infolist +* _hashtable_: hashtable pointer +* _infolist_: infolist pointer +* _prefix_: string used as prefix for names in infolist Return value: -- cgit v1.2.3