luadoc: Clients have a leader_window, not leader_id

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2013-06-19 19:15:02 +02:00
parent 57bec371f7
commit 5b5dd0a198
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module("client")
-- @field maximized_vertical The client is maximized vertically or not.
-- @field transient_for The client the window is transient for.
-- @field group_window Window identification unique to a group of windows.
-- @field leader_id Identification unique to windows spawned by the same command.
-- @field leader_window Identification unique to windows spawned by the same command.
-- @field size_hints A table with size hints of the client: user_position,
-- user_size, program_position, program_size, etc.
-- @field sticky Set the client sticky, i.e. available on all tags.