From 0a87e031fe04d6ca49ff6fcf24a5f1989d087d92 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 b9b0453f7..0c9b9754a 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)