diff options
author | 2014-05-28 22:40:49 -0400 | |
---|---|---|
committer | 2014-05-28 22:40:49 -0400 | |
commit | 4c4377908efc3e634f01b4dbd3d22bd03aff2454 (patch) | |
tree | b7b7a8a4e014449b4390beea5511d7bba766b736 /modules/textadept/menu.lua | |
parent | 016a786eddabc2060dc52a75a8db7b77d737116c (diff) | |
download | textadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.tar.gz textadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.zip |
Updated LuaDoc.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index dbb34292..b974c5db 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -6,8 +6,9 @@ local M = {} --[[ This comment is for LuaDoc. --- -- Defines the menus used by Textadept. --- Menus are simply tables and may be edited in place. Use the '#' operator --- (instead of `ipairs()`) for iteration. +-- Menus are simply tables and may be edited in place. Submenus have `title` +-- keys with string text. Use the '#' operator (instead of `ipairs()`) for +-- iteration. -- If applicable, load this module last in your *~/.textadept/init.lua*, after -- `textadept.keys` since it looks up defined key commands to show them in -- menus. |