awful.{button,key}: fix @see
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
dadeb9bf86
commit
34802872b2
|
@ -25,7 +25,7 @@ ignore_modifiers = { "Lock", "Mod2" }
|
|||
-- 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
|
||||
-- CapsLock off.
|
||||
-- @see C api button() function for parameters.
|
||||
-- @see capi.button
|
||||
-- @return A table with one or several button objects.
|
||||
function new(mod, ...)
|
||||
local ret = {}
|
||||
|
|
|
@ -25,7 +25,7 @@ ignore_modifiers = { "Lock", "Mod2" }
|
|||
-- 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
|
||||
-- CapsLock off.
|
||||
-- @see C api key() function for parameters.
|
||||
-- @see capi.key
|
||||
-- @return A table with one or several key objects.
|
||||
function new(mod, ...)
|
||||
local ret = {}
|
||||
|
|
Loading…
Reference in New Issue