From 9c83ddc12215e86fc18a144ffc79e26335653ea3 Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Sat, 14 Feb 2015 17:35:34 +0100
Subject: [PATCH] Fixed some recently added EVENTS documentation

---
 EVENTS.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/EVENTS.txt b/EVENTS.txt
index 9a6ddfd9a4..5e6360d1e7 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -1465,12 +1465,12 @@ EndNotifyMentioned: During notice distribution, we send notifications (email, im
 - $mentioned_ids:  Array of profile IDs (not just for local users) who got mentioned by the notice.
 
 StartHomeStubNavItems: Go back Home nav items. Default includes just one item 'home'
-- $action: action being executed (for output and params)
-- $items: array of items in the nav
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- &$items:  Referenced array of items in the nav (add if desired)
 
 EndHomeStubNavItems:
-- $action: action being executed (for output and params)
-- $items: array of items in the nav
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- $items:   array of menu items
 
 EndSubMenu: After outputting a submenu (including enclosing tags) to HTML
 - $out:     HTMLOutputter used to output (usually an Action, but not always!)
-- 
2.39.5