awful.client: fix minor luadoc issue

Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Maarten Maathuis 2008-11-27 10:58:02 +01:00 committed by Julien Danjou
parent c7ee83fdbf
commit e6905ededb
1 changed files with 1 additions and 1 deletions

View File

@ -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)