summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-02-19 13:40:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-02-19 13:40:20 +0100
commit9f0a16e586d2d671002baa6936042344130e62ea (patch)
tree6cc566bb3f523ac370e5b227ca8ad3ca9fcb37b9 /doc/it/weechat_plugin_api.it.txt
parent50eb1f51fd97bbb5707696e02ff5b5d72ae41e98 (diff)
downloadweechat-9f0a16e586d2d671002baa6936042344130e62ea.zip
doc: fix link to function weechat_config_write in plugin API reference
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r--doc/it/weechat_plugin_api.it.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 39afaee05..85fe96ba1 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -3824,7 +3824,7 @@ Valore restituito:
[NOTE]
Il file NON viene creato su disco da questa funzione. VerrĂ  creato chiamando
-la funzione <<_weechat_write_config,weechat_write_config>>.
+la funzione <<_weechat_config_write,weechat_config_write>>.
Si dovrebbe chiamare questa funzione solo dopo aver aggiunto alcune sezioni
(con <<_weechat_config_new_section,weechat_config_new_section>>) e le
opzioni (con <<_weechat_config_new_option,weechat_config_new_option>>).