diff options
Diffstat (limited to 'core/.command_entry.luadoc')
-rw-r--r-- | core/.command_entry.luadoc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/.command_entry.luadoc b/core/.command_entry.luadoc deleted file mode 100644 index 3dbab4ba..00000000 --- a/core/.command_entry.luadoc +++ /dev/null @@ -1,16 +0,0 @@ --- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.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 |