summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-03-28 11:15:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-03-28 11:15:12 +0200
commit75243a46a1999b0aae297826a04ef31e96027aa4 (patch)
tree7fffe16450f6df759316694e0a665d0f65155a9a /doc/en
parent4fa2edc86536badc906924c6512ce387013148d0 (diff)
downloadweechat-75243a46a1999b0aae297826a04ef31e96027aa4.zip
doc: add missing quotes in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc
index adb225001..4da663890 100644
--- a/doc/en/weechat_plugin_api.en.asciidoc
+++ b/doc/en/weechat_plugin_api.en.asciidoc
@@ -4425,8 +4425,8 @@ Arguments:
* 'callback_write_data': pointer given to callback when it is called by WeeChat;
if not NULL, it must have been allocated with malloc (or similar function)
and it is automatically freed when the section is freed
-* callback_write_default: function called when default values for section must
- be written in file, arguments and return value:
+* 'callback_write_default': function called when default values for section
+ must be written in file, arguments and return value:
** 'const void *pointer': pointer
** 'void *data': pointer
** 'struct t_config_file *config_file': configuration file pointer