diff options
author | 2011-09-27 21:20:33 -0400 | |
---|---|---|
committer | 2011-09-27 21:20:33 -0400 | |
commit | 132e362f44e00cd93e04967efbfc138c53a47ee4 (patch) | |
tree | 9d68dcdca8d687e922a277f137813a09d9b4b12d /core/.command_entry.luadoc | |
parent | 43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4 (diff) | |
download | textadept-132e362f44e00cd93e04967efbfc138c53a47ee4.tar.gz textadept-132e362f44e00cd93e04967efbfc138c53a47ee4.zip |
Reformatted some LuaDoc.
Diffstat (limited to 'core/.command_entry.luadoc')
-rw-r--r-- | core/.command_entry.luadoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/.command_entry.luadoc b/core/.command_entry.luadoc index 03c52eb0..3dbab4ba 100644 --- a/core/.command_entry.luadoc +++ b/core/.command_entry.luadoc @@ -11,5 +11,6 @@ module('gui.command_entry') -- -- * `entry_text` [string]: The text in the entry. ---- Focuses the command entry. +--- +-- Focuses the command entry. function focus() end |