diff options
author | 2012-11-19 23:53:30 -0500 | |
---|---|---|
committer | 2012-11-19 23:53:30 -0500 | |
commit | 5f98f4e9afdc411dd492d103ff7e26c258d9b935 (patch) | |
tree | a774d8090f3e6fcbe017b9d1d65307b6da2a8e50 /modules/textadept/command_entry.lua | |
parent | 9cdaf41a724dd0d739611c698e92f4421a2fbafc (diff) | |
download | textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.tar.gz textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.zip |
Rewrote LuaDoc.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 6 |
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 |