From 3d8db91602a5af48ba98694125fa25975485d20c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Jun 2015 21:39:50 +0200 Subject: [PATCH] doc: fix ldoc for client.focus.history.get --- lib/awful/client.lua.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index 09a36105..6f206f1c 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -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