diff options
author | 2013-10-18 10:23:57 -0400 | |
---|---|---|
committer | 2013-10-18 10:23:57 -0400 | |
commit | ee19e174bb060bbe96565af91975ed3118bc894d (patch) | |
tree | 652d622ea36690bd5f52bc938d8ec5795de31eb2 /modules/textadept/menu.lua | |
parent | a488a97c9eb58d8e9db224f3793c74f23d26b07e (diff) | |
download | textadept-ee19e174bb060bbe96565af91975ed3118bc894d.tar.gz textadept-ee19e174bb060bbe96565af91975ed3118bc894d.zip |
More LuaDoc updates.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 4099cc28..2833311a 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -297,7 +297,7 @@ end local items, commands --- --- Sets `ui.menubar` from *menubar*, a table of menus. +-- Sets `ui.menubar` from menu table *menubar*. -- Each menu is an ordered list of menu items and has a `title` key for the -- title text. Menu items are tables containing menu text and either a function -- to call or a table containing a function with its parameters to call when an @@ -322,7 +322,7 @@ end M.set_menubar(menubar) --- --- Sets `ui.context_menu` from *menu*, an ordered list of menu items. +-- Sets `ui.context_menu` from menu item list *menu*. -- Menu items are tables containing menu text and either a function to call or -- a table containing a function with its parameters to call when an item is -- clicked. Menu items may also be sub-menus, ordered lists of menu items with |