From cca672faa837048cfaa055f430e19f4ccbc0d344 Mon Sep 17 00:00:00 2001 From: Anurag Priyam Date: Sat, 31 Mar 2012 15:50:30 +0530 Subject: [PATCH] awful.client.jumpto: add missing luadoc for the parameter 'c' Signed-off-by: Anurag Priyam Signed-off-by: Uli Schlachter --- lib/awful/client.lua.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index 03dcfab4..7ad33e6a 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -42,6 +42,7 @@ property = {} --- -- Jump to the given client. Takes care of focussing the screen, the right tag, -- etc. +-- @param c the client to jump to -- @param merge If true then merge tags when clients are not visible. function jumpto(c, merge) local s = capi.client.focus and capi.client.focus.screen or capi.mouse.screen