From 5f98f4e9afdc411dd492d103ff7e26c258d9b935 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 19 Nov 2012 23:53:30 -0500 Subject: Rewrote LuaDoc. --- modules/textadept/command_entry.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/textadept/command_entry.lua') 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 -- cgit v1.2.3