awful.{button,key}: fix @see

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-01 15:37:17 +02:00
parent dadeb9bf86
commit 34802872b2
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ignore_modifiers = { "Lock", "Mod2" }
-- ignored by default by this function), creatina button binding with this function -- ignored by default by this function), creatina button binding with this function
-- will return 2 button objects: one with CapsLock on, and the other one with -- will return 2 button objects: one with CapsLock on, and the other one with
-- CapsLock off. -- CapsLock off.
-- @see C api button() function for parameters. -- @see capi.button
-- @return A table with one or several button objects. -- @return A table with one or several button objects.
function new(mod, ...) function new(mod, ...)
local ret = {} local ret = {}

View File

@ -25,7 +25,7 @@ ignore_modifiers = { "Lock", "Mod2" }
-- ignored by default by this function), creatina key binding with this function -- ignored by default by this function), creatina key binding with this function
-- will return 2 key objects: one with CapsLock on, and the other one with -- will return 2 key objects: one with CapsLock on, and the other one with
-- CapsLock off. -- CapsLock off.
-- @see C api key() function for parameters. -- @see capi.key
-- @return A table with one or several key objects. -- @return A table with one or several key objects.
function new(mod, ...) function new(mod, ...)
local ret = {} local ret = {}