diff options
author | 2013-09-13 23:06:56 -0400 | |
---|---|---|
committer | 2013-09-13 23:06:56 -0400 | |
commit | bb7336a4dff7c68b65c50dce1818917c3416de0c (patch) | |
tree | 9b287e51f3eb8ad286ac1406f40f38b24db2e524 /modules/textadept/command_entry.lua | |
parent | f37276331fe1e146193b45e380911b7a60e11de4 (diff) | |
download | textadept-bb7336a4dff7c68b65c50dce1818917c3416de0c.tar.gz textadept-bb7336a4dff7c68b65c50dce1818917c3416de0c.zip |
Updated some 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 e5ec6903..103ea54b 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -168,7 +168,7 @@ end) local focus --- --- Shows the completion list *completions* for the current word prefix. +-- Shows 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 |