client: fix placement doc

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-23 15:49:27 +02:00
parent fa2648bf15
commit 341f58b9f6
1 changed files with 1 additions and 1 deletions

View File

@ -1431,7 +1431,7 @@ luaA_client_ishidden(lua_State *L)
* *
* \luastack * \luastack
* \lvalue A client. * \lvalue A client.
* \lparam An algorith name, either `none', `smart' or `mouse'. * \lparam An algorith name, either `none', `smart' or `under_mouse'.
*/ */
static int static int
luaA_client_floating_placement_set(lua_State *L) luaA_client_floating_placement_set(lua_State *L)