diff options
author | 2012-03-16 16:53:53 -0400 | |
---|---|---|
committer | 2012-03-16 16:53:53 -0400 | |
commit | bdccda5d155578f6564bd7b13f1d1affd48b0671 (patch) | |
tree | 2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /modules/textadept/keys.lua | |
parent | c80a277bc7d220465ad46848b4dc805698e30895 (diff) | |
download | textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.tar.gz textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.zip |
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 33ceb8e8..f2e8bf73 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -6,7 +6,7 @@ local M = {} --- -- Defines key commands for Textadept. -- This set of key commands is pretty standard among other text editors. --- This module, should be `require`ed last, but before `_M.textadept.menu`. +-- This module, should be `require`d last, but before `_M.textadept.menu`. module('_M.textadept.keys')]] -- Utility functions. |