diff options
author | 2013-11-10 15:13:24 -0500 | |
---|---|---|
committer | 2013-11-10 15:13:24 -0500 | |
commit | 016a8056f01221faa5ccee3581e488bd98650401 (patch) | |
tree | c28b7ca024cd236347f948b004a7a376728fec71 /modules/textadept/command_entry.lua | |
parent | 4c01bce7d482d1f509f89e5b8304564007947a24 (diff) | |
download | textadept-016a8056f01221faa5ccee3581e488bd98650401.tar.gz textadept-016a8056f01221faa5ccee3581e488bd98650401.zip |
Updated LuaDoc.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 0a51a76b..ddd78c02 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -162,7 +162,7 @@ end) --[[ The function below is a Lua C function. --- --- Focuses the command entry. +-- Opens the Lua command entry. -- @class function -- @name focus local focus |