From 2a4503ef047ab693d5b1aaabcf3e4cce09bbab5e Mon Sep 17 00:00:00 2001 From: Anurag Priyam Date: Thu, 27 Jan 2011 01:58:43 +0530 Subject: [PATCH] fix minor grammar, and typo in awful.menu.new's documentation Signed-off-by: Anurag Priyam Signed-off-by: Uli Schlachter --- lib/awful/menu.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/menu.lua.in b/lib/awful/menu.lua.in index b7112dd2a..9951e0338 100644 --- a/lib/awful/menu.lua.in +++ b/lib/awful/menu.lua.in @@ -392,7 +392,7 @@ end --- Open a menu popup. -- @param menu Table containing the menu informations.
--
    ---
  • Key items: Table containing the displayed items, each element is a tab containing: item name, triggered action, submenu table or function, item icon (optional).
  • +--
  • Key items: Table containing the displayed items. Each element is a table containing: item name, triggered action, submenu table or function, item icon (optional).
  • --
  • Keys [fg|bg]_[focus|normal], border, border_width, submenu_icon, height and width override the default display for your menu, each of them are optional.
  • --
  • Key auto_expand controls the submenu auto expand behaviour by setting it to true (default) or false.
  • --