From 9dc8ce16a1efc6482db6f1d5456d42958e79a06c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Sep 2012 11:24:11 -0400 Subject: Documentation overhaul. Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. --- modules/textadept/command_entry.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/textadept/command_entry.lua') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index c00df5db..262444d6 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -3,7 +3,7 @@ --[[ This comment is for LuaDoc. --- --- Textadept's Command entry. +-- Textadept's Command Entry. -- @field entry_text (string) -- The text in the entry. module('gui.command_entry')]] @@ -98,7 +98,8 @@ local focus --- -- Shows the given list of completions for the current word prefix. --- On selection, the current word prefix is replaced with the completion. +-- On selection, the current word prefix is replaced with the completion. Word +-- prefix characters are alphanumerics and underscores. -- @param completions The table of completions to show. Non-string values are -- ignored. -- @class function -- cgit v1.2.3