From 098be412f70bb6722c6751b70f939f08f70e196d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 9 Oct 2013 00:23:46 -0400 Subject: More LuaDoc updates. --- modules/textadept/adeptsense.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'modules/textadept/adeptsense.lua') diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index fc1431c9..90cd952e 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -112,11 +112,12 @@ local M = {} -- ### Completion Lists -- -- Even though your Adeptsense now understands the basic syntax of your --- programming language, it is not smart enough to parse code to generate lists --- of function and field completions for classes. Instead, you must supply this --- information to your Adeptsense's [`completions`](#completions) table. The --- table contains string class names assigned to tables that themselves contain --- `functions` and `fields` completion tables. Here is the general form: +-- programming language, it is not smart enough to parse code in order to +-- generate lists of function and field completions for classes. Instead, you +-- must supply this information to your Adeptsense's +-- [`completions`](#completions) table. The table contains string class names +-- assigned to tables that themselves contain `functions` and `fields` +-- completion tables. Here is the general form: -- -- M.sense.completions = { -- ['class1'] = { -- cgit v1.2.3