summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-05-20 15:55:37 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-05-20 15:55:37 +0200
commitc1fc590e0ac3685eb5670e52a34551bd5a1e0f4b (patch)
tree4b12f578e47e095122393a7a557c429407599ae9 /doc
parent6356646c25002ad3215c005c77cb3d9374042f58 (diff)
downloadweechat-c1fc590e0ac3685eb5670e52a34551bd5a1e0f4b.zip
doc: fix styles in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc8
1 files changed, 4 insertions, 4 deletions
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: