summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/plugin_api
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-09-13 07:51:52 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-09-13 07:51:52 +0200
commitbb90514624299996ce8b98ba71433b845dd525e5 (patch)
tree0cf3c5c7eb2bdd20c1eaeb41f6f5a4fc470718da /doc/ja/autogen/plugin_api
parent0f4e367b224493ef4e898302ceb4204ab0ba027e (diff)
downloadweechat-bb90514624299996ce8b98ba71433b845dd525e5.zip
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/plugin_api')
-rw-r--r--doc/ja/autogen/plugin_api/infolists.asciidoc2
-rw-r--r--doc/ja/autogen/plugin_api/infos.asciidoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ja/autogen/plugin_api/infolists.asciidoc b/doc/ja/autogen/plugin_api/infolists.asciidoc
index 990c93baa..64214872d 100644
--- a/doc/ja/autogen/plugin_api/infolists.asciidoc
+++ b/doc/ja/autogen/plugin_api/infolists.asciidoc
@@ -52,7 +52,7 @@
| weechat | filter | フィルタのリスト | - | フィルタ名 (ワイルドカード "*" を使うことができます) (任意)
-| weechat | history | コマンドの履歴 | バッファポインタ (ワイルドカードとして "*" で始めるか終われる) (任意) | -
+| weechat | history | コマンドの履歴 | バッファポインタ (未設定の場合、グローバル履歴を返します) (任意) | -
| weechat | hook | フックリスト | フックポインタ (任意) | type,arguments (type はコマンド/タイマー/..、arguments はいくつかのフックで必要 (ワイルドカード "*" を使うことができます)、両方とも任意)
diff --git a/doc/ja/autogen/plugin_api/infos.asciidoc b/doc/ja/autogen/plugin_api/infos.asciidoc
index 22cd7f68c..9b012e332 100644
--- a/doc/ja/autogen/plugin_api/infos.asciidoc
+++ b/doc/ja/autogen/plugin_api/infos.asciidoc
@@ -24,9 +24,9 @@
| irc | irc_nick_from_host | IRC ホストからニックネームを取得 | IRC ホスト (例: `:nick!name@server.com`)
-| irc | irc_server_isupport | サーバがこの機能がサポートする場合は 1 (IRC メッセージ 005 を使う) | server,feature
+| irc | irc_server_isupport | サーバがこの機能がサポートする場合は 1 (IRC メッセージ 005 を使う) | サーバ、機能
-| irc | irc_server_isupport_value | サーバがサポートする場合、機能の値 (IRC メッセージ 005 を使う) | server,feature
+| irc | irc_server_isupport_value | サーバがサポートする場合、機能の値 (IRC メッセージ 005 を使う) | サーバ、機能
| python | python2_bin | python 2.x インタプリタへのパス | -