diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-19 13:40:20 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-19 13:40:20 +0100 |
commit | 9f0a16e586d2d671002baa6936042344130e62ea (patch) | |
tree | 6cc566bb3f523ac370e5b227ca8ad3ca9fcb37b9 /doc/fr | |
parent | 50eb1f51fd97bbb5707696e02ff5b5d72ae41e98 (diff) | |
download | weechat-9f0a16e586d2d671002baa6936042344130e62ea.zip |
doc: fix link to function weechat_config_write in plugin API reference
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 908b701a9..608046175 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3868,7 +3868,7 @@ Valeur de retour : [NOTE] Le fichier n'est PAS créé sur le disque par cette fonction. Il sera créé par -l'appel à la fonction <<_weechat_write_config,weechat_write_config>>. +l'appel à la fonction <<_weechat_config_write,weechat_config_write>>. Vous ne devriez appeler cette fonction qu'après avoir créé les sections (avec <<_weechat_config_new_section,weechat_config_new_section>>) et les options (avec <<_weechat_config_new_option,weechat_config_new_option>>). |