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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index 6226ff6c..149c37c8 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -96,9 +96,9 @@ end)
local focus
---
--- Shows the given list of completions for the current word prefix.
--- On selection, the current word prefix is replaced with the completion. Word
--- prefix characters are alphanumerics and underscores.
+-- Shows the completion list *completions* for the current word prefix.
+-- Word prefix characters are alphanumerics and underscores. On selection, the
+-- word prefix is replaced with the completion.
-- @param completions The table of completions to show. Non-string values are
-- ignored.
-- @class function