awful.client.cycle: Fix API docs

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-09-27 16:47:53 +02:00 committed by Daniel Hahler
parent 2f78ec5b30
commit a71d12f07b
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ end
--- Cycle clients.
--
-- @param clockwise True to cycle clients clockwise.
-- @param[opt] screen The screen where to cycle clients.
-- @param[opt] s The screen where to cycle clients.
-- @tparam[opt=false] boolean stacked Use stacking order?
function client.cycle(clockwise, s, stacked)
s = s or screen.focused()