aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/ansi_c
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
commit190f9aaeb206bfe209291898fae17880d5f62748 (patch)
tree3ce9c580c2445d97615c418218dac43cb963786d /modules/ansi_c
parent27c42565b3b1cccf0c2eb5770614b67617de6b48 (diff)
Lots of small LuaDoc improvements (grammar mainly).
Diffstat (limited to 'modules/ansi_c')
-rw-r--r--modules/ansi_c/init.lua8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua
index 950479d3..a8f7ef7f 100644
--- a/modules/ansi_c/init.lua
+++ b/modules/ansi_c/init.lua
@@ -6,11 +6,6 @@ local M = {}
---
-- The ansi_c module.
-- It provides utilities for editing C code.
---
--- ## Key Bindings
---
--- + `Shift+Enter` (`⇧↩` | `S-Enter`)
--- Add ';' to the end of the current line and insert a newline.
module('_M.ansi_c')]]
-- Autocompletion and documentation.
@@ -90,6 +85,9 @@ textadept.editing.api_files.ansi_c = {
---
-- Table of C-specific key bindings.
+--
+-- + `Shift+Enter` (`⇧↩` | `S-Enter`)
+-- Add ';' to the end of the current line and insert a newline.
-- @class table
-- @name _G.keys.ansi_c
keys.ansi_c = {