aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-06-21 15:00:56 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-06-21 15:00:56 -0400
commit9c40b6e33237b137c46530a25a3560f4b56bc682 (patch)
tree30a7a586a3525f180aa3c9b2001154aba6a14602 /modules/textadept/command_entry.lua
parent004bb689fcd3b945f0ca724ed73f9e1215f6ec34 (diff)
downloadtextadept-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.lua2
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)