From cd5994c518513a5adca92bdc14b6d721b95310ac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 1 Dec 2012 18:40:57 -0500 Subject: Updated parameter LuaDoc. --- 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 e224ca82..0ecfc878 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -297,7 +297,7 @@ end -- 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 an additional `title` key for the sub-menu's title text. --- @param menubar The table of menus to create the menubar from. +-- @param menubar The table of menu tables to create the menubar from. -- @see gui.menubar -- @see gui.menu -- @name set_menubar @@ -321,7 +321,7 @@ M.set_menubar(M.menubar) -- 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 -- an additional `title` key for the sub-menu's title text. --- @param menu The menu to create the context menu from. +-- @param menu The menu table to create the context menu from. -- @see gui.context_menu -- @see gui.menu -- @name set_contextmenu -- cgit v1.2.3