diff options
author | 2012-12-01 18:40:57 -0500 | |
---|---|---|
committer | 2012-12-01 18:40:57 -0500 | |
commit | cd5994c518513a5adca92bdc14b6d721b95310ac (patch) | |
tree | 24a0553c91332a35788bc12ac57336b829e8fa07 /modules/textadept/menu.lua | |
parent | 6693478c076f4d58b709ac9deba809cd9d84a6ee (diff) | |
download | textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.tar.gz textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.zip |
Updated parameter LuaDoc.
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 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 |