From 11963175bcbd8f2da8a1ea664aafa8c8ed26a529 Mon Sep 17 00:00:00 2001 From: Andrei 'Garoth' Thorp Date: Tue, 16 Feb 2010 14:16:17 -0500 Subject: [PATCH] Fix naughty.destroy parameter documentation Signed-off-by: Julien Danjou --- lib/naughty.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 24c4918a0..62a48f83e 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -167,7 +167,7 @@ local function arrange(screen) end end ---- Destroy notification by index +--- Destroy notification by notification object -- @param notification Notification object to be destroyed -- @return True if the popup was successfully destroyed, nil otherwise function destroy(notification)