--- rxvt-unicode/src/urxvt.pm 2006/01/06 21:06:09 1.42 +++ rxvt-unicode/src/urxvt.pm 2006/01/07 04:19:43 1.43 @@ -118,7 +118,7 @@ =head2 Hooks -The following subroutines can be declared in loaded scripts, and will be +The following subroutines can be declared in extension files, and will be called whenever the relevant event happens. The first argument passed to them is an object private to each terminal @@ -292,8 +292,8 @@ =item $urxvt::TERM -The current terminal. Whenever a callback/Hook is bein executed, this -variable stores the current C object. +The current terminal. This variable stores the current C +object, whenever a callback/hook is executing. =back