doc: fix usage of "mouse.move" as a string (#871)

Ref: https://github.com/awesomeWM/awesome/issues/834#issuecomment-216141389.
This commit is contained in:
Daniel Hahler 2016-05-03 12:06:50 +02:00
parent 7b0dcfc3df
commit 7bd9cd7fd1
2 changed files with 3 additions and 3 deletions

View File

@ -246,8 +246,8 @@ capi.client.connect_signal("list", function()
end
end)
--- Default handler for tiled clients request::geometry with the `mouse.move`
-- context.
--- Default handler for `request::geometry` signals for tiled clients with
-- the "mouse.move" context.
-- @tparam client c The client
-- @tparam string context The context
-- @tparam table hints Additional hints

View File

@ -222,7 +222,7 @@ function mouse.client.resize(c, corner, args)
return corner
end
--- Default handler for `request::geometry` signals with `mouse.resize` context.
--- Default handler for `request::geometry` signals with "mouse.resize" context.
-- @signalhandler awful.mouse.resize_handler
-- @tparam client c The client
-- @tparam string context The context