doc: fix ldoc for client.focus.history.get
This commit is contained in:
parent
bf389e4cce
commit
3d8db91602
|
@ -167,9 +167,9 @@ end
|
||||||
-- @tparam int screen The screen number to look for.
|
-- @tparam int screen The screen number to look for.
|
||||||
-- @tparam int idx The index: 0 will return first candidate,
|
-- @tparam int idx The index: 0 will return first candidate,
|
||||||
-- 1 will return second, etc.
|
-- 1 will return second, etc.
|
||||||
-- @tparam function An optional filter. If no client is found in the first
|
-- @tparam function filter An optional filter. If no client is found in the
|
||||||
-- iteration, client.focus.filter is used by default to get
|
-- first iteration, client.focus.filter is used by default to get any
|
||||||
-- any client.
|
-- client.
|
||||||
-- @treturn client A client.
|
-- @treturn client A client.
|
||||||
function client.focus.history.get(screen, idx, filter)
|
function client.focus.history.get(screen, idx, filter)
|
||||||
-- When this counter is equal to idx, we return the client
|
-- When this counter is equal to idx, we return the client
|
||||||
|
|
Loading…
Reference in New Issue