From b24c0b286c81de21ed8611930ed63e76174542d0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 29 May 2008 09:50:49 +0200 Subject: [PATCH] [client] Fix border_set documentation Signed-off-by: Julien Danjou --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index 3c6ae0a0..fab2af4d 100644 --- a/client.c +++ b/client.c @@ -888,8 +888,8 @@ client_setborder(client_t *c, uint32_t width) } /** Set the client border width and color. - * \param The border width in pixel. - * \param The border color. + * \param A table with `width' key for the border width in pixel and `color' key + * for the border color. */ static int luaA_client_border_set(lua_State *L)