fix for incomplete documentation

[email protected] (Zefram) Wed, 21 Apr 2004 08:04:15 +0100
Newsgroups perl.loop
Message-ID <[email protected]>
--- lib/Event.pod	2002-01-22 08:00:18.000000000 +0000
+++ ../Event.pod.new	2004-04-21 08:00:50.000000000 +0100
@@ -228,8 +228,9 @@
 
 =item $watcher->pending
 
-Returns whether this watcher has any events pending in the event
-queue.
+In scalar context, returns a boolean indicating whether this watcher
+has any events pending in the event queue.  In array context, returns
+a list of all the watcher's pending events.
 
 =back
 

-zefram