From e6905ededb96d161bf52bbfa76a005552b15a47a Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Thu, 27 Nov 2008 10:58:02 +0100 Subject: [PATCH] awful.client: fix minor luadoc issue Signed-off-by: Maarten Maathuis Signed-off-by: Julien Danjou --- lib/awful/client.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index a2b2e80b..c1480182 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -374,7 +374,7 @@ function master(screen) return getmaster(screen) end --- Set the client as slave: put it at the end of other windows. +--- Set the client as slave: put it at the end of other windows. -- @param c The window to set as slave. function setslave(c) local cls = visible(c.screen)