From ee19e174bb060bbe96565af91975ed3118bc894d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Oct 2013 10:23:57 -0400 Subject: More LuaDoc updates. --- modules/textadept/menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/menu.lua') 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 -- cgit v1.2.3