doc: Fix awful.tag.attached_connect_signal

This commit is contained in:
Emmanuel Lepage Vallee 2017-01-22 09:31:56 -05:00
parent e0bce2936f
commit 7faac6b59f
1 changed files with 2 additions and 2 deletions

View File

@ -1370,8 +1370,8 @@ end
-- future. When a tag is detached from the screen, its signal is removed.
--
-- @function awful.tag.attached_connect_signal
-- @screen The screen concerned, or all if nil.
-- @tparam[opt] string Signal
-- @screen screen The screen concerned, or all if nil.
-- @tparam[opt] string signal The signal name.
-- @tparam[opt] function Callback
function tag.attached_connect_signal(screen, ...)
if screen then