From 80515c2225e21016dc7cc51e154552a0ade163b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 15 Oct 2021 14:27:30 -0700 Subject: [PATCH] doc: Fix rendering of `client:swap()`. --- objects/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/client.c b/objects/client.c index 36db11c3..5a47779f 100644 --- a/objects/client.c +++ b/objects/client.c @@ -3090,8 +3090,8 @@ luaA_client_kill(lua_State *L) * @tparam client c A client to swap with. * @method swap * @emits swapped - * @emitstparam swapped client The other client. - * @emitstparam swapped boolean `true` when `:swap()` was called + * @emitstparam swapped client other The other client. + * @emitstparam swapped boolean is_origin `true` when `:swap()` was called * on *self* rather than the other client. `false` when * `:swap()` was called on the other client. * @emits list