doc: fix ldoc for client.focus.history.get

This commit is contained in:
Daniel Hahler 2015-06-10 21:39:50 +02:00
parent bf389e4cce
commit 3d8db91602
1 changed files with 3 additions and 3 deletions

View File

@ -167,9 +167,9 @@ end
-- @tparam int screen The screen number to look for.
-- @tparam int idx The index: 0 will return first candidate,
-- 1 will return second, etc.
-- @tparam function An optional filter. If no client is found in the first
-- iteration, client.focus.filter is used by default to get
-- any client.
-- @tparam function filter An optional filter. If no client is found in the
-- first iteration, client.focus.filter is used by default to get any
-- client.
-- @treturn client A client.
function client.focus.history.get(screen, idx, filter)
-- When this counter is equal to idx, we return the client