Improve EventEmitter documentation

Currently:

emitter.listenerCount(type)
type Value The type of event

emitter.listeners(event)
Returns a copy of the array of listeners for the specified event.

In both cases, type and event arguments refer to the "event name", so I suggest calling both "type".