diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index ae21b5fc482..42e42224eb6 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -112,9 +112,10 @@ will be called: .. note:: - You can also specify a priority as a positive or negative integer, which - allows you to make sure your listener will always be called before or after - another one. + You can also specify priority as an attribute of the kernel.event_listener + tag (much like the method or event attributes), with either a positive + or negative integer. This allows you to make sure your listener will always + be called before or after another listener listening for the same event. Enabling Custom Template Engines --------------------------------