doc: Fix an API error in the NEWS file

This commit is contained in:
Emmanuel Lepage Vallee 2017-01-23 12:40:41 -05:00
parent 193c73353f
commit 8d0001a684
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ It allows to preserve the tag and layout state across changes. Old `rc.lua` can
either be ported to handle this by taking clues from the new `rc.lua` or either be ported to handle this by taking clues from the new `rc.lua` or
restore the old behavior by adding the following at the end: restore the old behavior by adding the following at the end:
screen.connect("list", awesome.restart) screen.connect_signal("list", awesome.restart)
**See:** **See:**