awful.client.jumpto: add missing luadoc for the parameter 'c'

Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Anurag Priyam 2012-03-31 15:50:30 +05:30 committed by Uli Schlachter
parent 067e91e5a8
commit cca672faa8

View file

@ -42,6 +42,7 @@ property = {}
--- ---
-- Jump to the given client. Takes care of focussing the screen, the right tag, -- Jump to the given client. Takes care of focussing the screen, the right tag,
-- etc. -- etc.
-- @param c the client to jump to
-- @param merge If true then merge tags when clients are not visible. -- @param merge If true then merge tags when clients are not visible.
function jumpto(c, merge) function jumpto(c, merge)
local s = capi.client.focus and capi.client.focus.screen or capi.mouse.screen local s = capi.client.focus and capi.client.focus.screen or capi.mouse.screen