1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Convert all docs to asciidoc format, add scripting guide

This commit is contained in:
Sebastien Helleu
2009-05-28 16:07:40 +02:00
parent 62e2f1f808
commit 0e040e8301
229 changed files with 15775 additions and 55079 deletions
+2 -2
View File
@@ -1945,8 +1945,8 @@ config_weechat_init_options ()
config_plugin_path = config_file_new_option (
weechat_config_file, ptr_section,
"path", "string",
N_("path for searching plugins ('%h' will be replaced by "
"WeeChat home, ~/.weechat by default)"),
N_("path for searching plugins (\"%h\" will be replaced by "
"WeeChat home, \"~/.weechat\" by default)"),
NULL, 0, 0, "%h/plugins", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
config_plugin_save_config_on_unload = config_file_new_option (
weechat_config_file, ptr_section,