From 79ebec80245ef9e67c99bff09d224935c5cb9cea Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 30 Jan 2009 10:14:39 -0500 Subject: Updated LuaDoc. --- core/.command_entry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/.command_entry.lua') 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 -- cgit v1.2.3