Merge pull request #1566 from copycat-killer/menubar_doc_fix

menubar: fix inconsistency in menulist_update doc
This commit is contained in:
Emmanuel Lepage Vallée 2017-02-15 12:47:59 -05:00 committed by GitHub
commit eb6a773449
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ local function get_current_page(all_items, query, scr)
end end
--- Update the menubar according to the command entered by user. --- Update the menubar according to the command entered by user.
-- @tparam str query Search query.
-- @tparam number|screen scr Screen -- @tparam number|screen scr Screen
local function menulist_update(scr) local function menulist_update(scr)
local query = instance.query or "" local query = instance.query or ""