diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-12 14:17:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-12 18:37:45 +0200 |
commit | f19507ff6a50bd4bc8870594079012e13a3f6d7d (patch) | |
tree | 7b65af9b4d746ecbd8fddfe6e326788e3e337c7d /doc/ja/autogen/plugin_api | |
parent | 829c9907a9f7ef403c5359d1fd83caed4d6251cd (diff) | |
download | weechat-f19507ff6a50bd4bc8870594079012e13a3f6d7d.zip |
alias: add infolist "alias_default" (list of default aliases)
Diffstat (limited to 'doc/ja/autogen/plugin_api')
-rw-r--r-- | doc/ja/autogen/plugin_api/infolists.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/infolists.adoc b/doc/ja/autogen/plugin_api/infolists.adoc index aec4b6409..504fd8416 100644 --- a/doc/ja/autogen/plugin_api/infolists.adoc +++ b/doc/ja/autogen/plugin_api/infolists.adoc @@ -8,6 +8,8 @@ | alias | alias | 別名のリスト | 別名のポインタ (任意) | 別名の名前 (ワイルドカード "*" を使うことができます) (任意) +| alias | alias_default | list of default aliases | - | - + | fset | fset_option | fset オプションのリスト | fset オプションポインタ (任意) | オプション名 (ワイルドカード "*" を使うことができます) (任意) | guile | guile_script | スクリプトのリスト | スクリプトポインタ (任意) | スクリプト名 (ワイルドカード "*" を使うことができます) (任意) |