aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r--modules/textadept/command_entry.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index 3eb3c6a5..465e7a02 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -92,10 +92,11 @@ events.connect(events.COMMAND_ENTRY_KEYPRESS, function(code)
end
end)
--- The function below is a Lua C function.
+--[[ The function below is a Lua C function.
---
-- Focuses the command entry.
-- @class function
-- @name focus
local focus
+]]