diff options
author | 2013-06-21 15:00:56 -0400 | |
---|---|---|
committer | 2013-06-21 15:00:56 -0400 | |
commit | 9c40b6e33237b137c46530a25a3560f4b56bc682 (patch) | |
tree | 30a7a586a3525f180aa3c9b2001154aba6a14602 /modules/textadept/command_entry.lua | |
parent | 004bb689fcd3b945f0ca724ed73f9e1215f6ec34 (diff) | |
download | textadept-9c40b6e33237b137c46530a25a3560f4b56bc682.tar.gz textadept-9c40b6e33237b137c46530a25a3560f4b56bc682.zip |
Remove theme selection since it does not persist.
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 45dd7d3c..4825faa9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -94,7 +94,7 @@ local env = setmetatable({}, { -- Executes string *code* as Lua code. -- Code is subject to an "abbreviated" environment where the `buffer`, `view`, -- and `gui` tables are also considered as globals. --- Print the results of '=' expressions like in the Lua prompt. +-- Prints the results of '=' expressions like in the Lua prompt. -- @param code The Lua code to execute. -- @name execute_lua function M.execute_lua(code) |