From 5b45442c7341a572bd224bd87ab7af14bf3c6287 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Fri, 17 Aug 2018 14:20:31 +0200 Subject: [PATCH] Fix documentation of awful.menu.new Fixes: https://github.com/awesomeWM/awesome/issues/2348 Signed-off-by: Uli Schlachter --- lib/awful/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/menu.lua b/lib/awful/menu.lua index 96b2497db..9186c7b13 100644 --- a/lib/awful/menu.lua +++ b/lib/awful/menu.lua @@ -640,7 +640,7 @@ end -- @param args Table containing the menu informations. -- -- * Key items: Table containing the displayed items. Each element is a table by default (when element 'new' is --- awful.menu.entry) containing: item name, triggered action, submenu table or function, item icon (optional). +-- awful.menu.entry) containing: item name, triggered action (submenu table or function), item icon (optional). -- * Keys theme.[fg|bg]_[focus|normal], theme.border_color, theme.border_width, theme.submenu_icon, theme.height -- and theme.width override the default display for your menu and/or of your menu entry, each of them are optional. -- * Key auto_expand controls the submenu auto expand behaviour by setting it to true (default) or false.