client: fix luadoc typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Maarten Maathuis 2009-03-26 22:58:17 +01:00 committed by Julien Danjou
parent aff6bff991
commit e99bad28a0
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ end
--- Set a client floating state, overriding auto-detection. --- Set a client floating state, overriding auto-detection.
-- Floating client are not handled by tiling layouts. -- Floating client are not handled by tiling layouts.
-- @param c A client. -- @param c A client.
-- @param state True or false. -- @param s True or false.
function floating.set(c, s) function floating.set(c, s)
local c = c or capi.client.focus local c = c or capi.client.focus
if c and property.get(c, "floating") ~= s then if c and property.get(c, "floating") ~= s then