diff options
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 |