-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global gui.command_entry table. --- -- Textadept's Command entry. module('gui.command_entry') -- Markdown: -- ## Fields -- -- * `entry_text` [string]: The text in the entry. --- Focuses the command entry. function focus() end