aboutsummaryrefslogtreecommitdiff
path: root/core/.command_entry.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-30 10:14:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-30 10:14:39 -0500
commit79ebec80245ef9e67c99bff09d224935c5cb9cea (patch)
tree3ad181cb988663416bad27f532eedc15beb7725f /core/.command_entry.lua
parent0881a41eb49676daf56a6e403d453d42d7563ccc (diff)
downloadtextadept-79ebec80245ef9e67c99bff09d224935c5cb9cea.tar.gz
textadept-79ebec80245ef9e67c99bff09d224935c5cb9cea.zip
Updated LuaDoc.
Diffstat (limited to 'core/.command_entry.lua')
-rw-r--r--core/.command_entry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.command_entry.lua b/core/.command_entry.lua
index 7902b6d6..3d5e24fd 100644
--- a/core/.command_entry.lua
+++ b/core/.command_entry.lua
@@ -12,7 +12,7 @@ module('textadept.command_entry')
-- @class table
-- @name textadept.command_entry
-- @field entry_text The text in the entry.
-command_entry = {}
+command_entry = { entry_text = nil }
--- Focuses the command entry.
function focus() end