awful.screen: enhance doc

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-04 21:09:35 +01:00
parent c51d4d61ac
commit 105e155606
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ local client = require("awful.client")
module("awful.screen")
--- Give the focus to a screen, and move pointer.
-- @param i Screen number.
-- @param i Relative screen number.
function focus(i)
local s = util.cycle(capi.screen.count(), capi.mouse.screen + i)
local c = client.focus.history.get(s, 0)