doc: Fix awful.tag.attached_connect_signal
This commit is contained in:
parent
e0bce2936f
commit
7faac6b59f
|
@ -1370,8 +1370,8 @@ end
|
||||||
-- future. When a tag is detached from the screen, its signal is removed.
|
-- future. When a tag is detached from the screen, its signal is removed.
|
||||||
--
|
--
|
||||||
-- @function awful.tag.attached_connect_signal
|
-- @function awful.tag.attached_connect_signal
|
||||||
-- @screen The screen concerned, or all if nil.
|
-- @screen screen The screen concerned, or all if nil.
|
||||||
-- @tparam[opt] string Signal
|
-- @tparam[opt] string signal The signal name.
|
||||||
-- @tparam[opt] function Callback
|
-- @tparam[opt] function Callback
|
||||||
function tag.attached_connect_signal(screen, ...)
|
function tag.attached_connect_signal(screen, ...)
|
||||||
if screen then
|
if screen then
|
||||||
|
|
Loading…
Reference in New Issue