summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:14:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:14:42 +0200
commitf0d0612a336ff4fbba76b5501c696694f7ddfd55 (patch)
treeb770add2adc1a6840faf0a4ae453e430766ad762
parent796859b8735a11bad9c6fec86a0ee63452f7b41b (diff)
downloadweechat-f0d0612a336ff4fbba76b5501c696694f7ddfd55.zip
doc: add missing comma in example of function config_new_option (plugin API reference)
-rw-r--r--doc/en/weechat_plugin_api.en.adoc2
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc2
-rw-r--r--doc/it/weechat_plugin_api.it.adoc2
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc2
4 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 2dc0927d4..101b11709 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -5661,7 +5661,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
- "option4_check_value_cb", ""
+ "option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 8cf0b84e9..38ba67872 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -5755,7 +5755,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"Mon option, type chaîne",
"", 0, 0, "test", "test", 1,
- "option4_check_value_cb", ""
+ "option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index f65cf6123..d40662638 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -5863,7 +5863,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
- "option4_check_value_cb", ""
+ "option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 790d00d34..edf9c5830 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -5618,7 +5618,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
- "option4_check_value_cb", ""
+ "option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")