diff options
author | 2013-09-23 23:25:15 -0400 | |
---|---|---|
committer | 2013-09-23 23:25:15 -0400 | |
commit | 3f566741f708030014a56ad0c69e874db7ec4240 (patch) | |
tree | a1e686d8ce3d75db73c322e29fc4c1659ad72b50 /modules/textadept/command_entry.lua | |
parent | 32edfc6757c760100487e6b1dae562464ad73992 (diff) | |
download | textadept-3f566741f708030014a56ad0c69e874db7ec4240.tar.gz textadept-3f566741f708030014a56ad0c69e874db7ec4240.zip |
Code and documentation cleanup.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 103ea54b..dd1b6bc2 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -92,8 +92,8 @@ local env = setmetatable({}, { --- -- Executes string *code* as Lua code. --- Code is subject to an "abbreviated" environment where the `buffer`, `view`, --- and `ui` tables are also considered as globals. +-- Code is subject to an "abbreviated" environment where the contents of the +-- `buffer`, `view`, and `ui` tables are also considered as globals. -- Prints the results of '=' expressions like in the Lua prompt. -- @param code The Lua code to execute. -- @name execute_lua |