-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global textadept.command_entry table. --- -- Textadept's Lua command entry. -- [Dummy file] module('textadept.command_entry') --- -- Textadept's Lua command entry table. -- @class table -- @name textadept.command_entry -- @field entry_text The text in the entry. command_entry = { entry_text = nil } --- Focuses the command entry. function focus() end