diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index c9368426f..436b58169 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3822,7 +3822,7 @@ Return value: [NOTE] File is NOT created on disk by this function. It will be created by call to -function <<_weechat_write_config,weechat_write_config>>. +function <<_weechat_config_write,weechat_config_write>>. You should call this function only after adding some sections (with <<_weechat_config_new_section,weechat_config_new_section>>) and options (with <<_weechat_config_new_option,weechat_config_new_option>>). 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>>). 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>>).