repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: ebda8cb064b406ff6b28589e2c6b8165c749bc20:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit ebda8cb064b406ff6b28589e2c6b8165c749bc20
Author: Marc Lehmann 
Date:   Thu Aug 10 22:53:20 2006 +0000

    *** empty log message ***

diff --git a/src/urxvt.pm b/src/urxvt.pm
index e5939c4c73413976f90777f35faca48285fa6e52..
index ..8a48098b1cebf7cded4d8551b517f92c7e7538c7 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -397,11 +397,12 @@ locale-specific way.
 =head2 Extension Objects

 Every perl extension is a perl class. A separate perl object is created
-for each terminal and each extension and passed as the first parameter to
-hooks. So extensions can use their C<$self> object without having to think
-about other extensions, with the exception of methods and members that
-begin with an underscore character C<_>: these are reserved for internal
-use.
+for each terminal, and each terminal has its own set of extenion objects,
+which are passed as the first parameter to hooks. So extensions can use
+their C<$self> object without having to think about clashes with other
+extensions or other terminals, with the exception of methods and members
+that begin with an underscore character C<_>: these are reserved for
+internal use.

 Although it isn't a C object, you can call all methods of the
 C class on this object.

-----END OF PAGE-----