From bcceab439a1699e277852a6e3fdb871e2ef10779 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 1 Oct 2019 01:45:34 -0400 Subject: [PATCH] doc: Add a missing `args.` in naughty notifications constructor. It was rendering `widget_template` as a second parameter while it is in fact an argument. --- lib/naughty/list/notifications.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/list/notifications.lua b/lib/naughty/list/notifications.lua index 3e388ccc4..12e6d82ba 100644 --- a/lib/naughty/list/notifications.lua +++ b/lib/naughty/list/notifications.lua @@ -260,7 +260,7 @@ end -- @tparam gears.color|string args.style.fg_selected -- @tparam gears.surface|string args.style.bgimage_normal -- @tparam gears.surface|string args.style.bgimage_selected --- @tparam[opt] table widget_template A custom widget to be used for each +-- @tparam[opt] table args.widget_template A custom widget to be used for each -- notifications. -- @treturn widget The notification list widget. -- @constructorfct naughty.list.notifications