summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/lua_commands.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/autogen/user/lua_commands.adoc')
-rw-r--r--doc/ja/autogen/user/lua_commands.adoc30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/ja/autogen/user/lua_commands.adoc b/doc/ja/autogen/user/lua_commands.adoc
index c0145ed41..be0565d9f 100644
--- a/doc/ja/autogen/user/lua_commands.adoc
+++ b/doc/ja/autogen/user/lua_commands.adoc
@@ -13,20 +13,20 @@
eval [-o|-oc] <code>
version
- list: list loaded scripts
-listfull: list loaded scripts (verbose)
- load: load a script
-autoload: load all scripts in "autoload" directory
- reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
- unload: unload a script (if no name given, unload all scripts)
-filename: script (file) to load
- -q: quiet mode: do not display messages
- name: a script name (name used in call to "register" function)
- eval: evaluate source code and display result on current buffer
- -o: send evaluation result to the buffer without executing commands
- -oc: send evaluation result to the buffer and execute commands
- code: source code to evaluate
- version: display the version of interpreter used
+ list: ロード済みスクリプトをリストアップ
+listfull: ロード済みスクリプトをリストアップ (詳細)
+ load: スクリプトをロード
+autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
+ reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
+ unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
+filename: ロードするスクリプト (ファイル)
+ -q: 出力抑制モード: メッセージを表示しない
+ name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
+ eval: ソースコードを評価して現在のバッファへ結果を表示
+ -o: バッファへ評価結果を送信するがコマンドを実行しない
+ -oc: バッファへ評価結果を送信してコマンドを実行
+ code: 評価するソースコード
+ version: 使用中のインタプリタのバージョンを表示
-Without argument, this command lists all loaded scripts.
+引数無しの場合、全てのロード済みスクリプトをリストアップします。
----