diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c
index cc52ef6dd3078f241abb77d998d91c1a3a3fd30b..eee4121fc10bade24d835c70198026004f6abeaa 100644
--- a/src/sbbs3/js_internal.c
+++ b/src/sbbs3/js_internal.c
@@ -1481,7 +1481,7 @@ static jsSyncMethodSpec js_functions[] = {
 	,31802
 	},
 	{"dispatchEvent",	js_dispatchEvent,	1,	JSTYPE_VOID,	JSDOCSTR("eventName [, thisObj]")
-	,JSDOCSTR("Add all listeners of eventName to the runqueue.  If obj is passed, specifies this in the callback (the js object is used otherwise).")
+	,JSDOCSTR("Add all listeners of eventName to the end of the runqueue.  If obj is passed, specifies this in the callback (the js object is used otherwise).")
 	,31802
 	},
 	{"setImmediate",	js_setImmediate,	1,	JSTYPE_VOID,	JSDOCSTR("callback[, thisObj]")