repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 015d54793aaffe4eb53b733a48b4f62a2a7c34fb: path_to: revision_to:
commit 015d54793aaffe4eb53b733a48b4f62a2a7c34fb Author: Emanuele GiaquintaDate: Sat Oct 11 20:46:36 2014 +0000 Doc fix. diff --git a/src/urxvt.pm b/src/urxvt.pm
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -45,8 +45,10 @@ Or by adding them to the resource for extensions loaded by default:
URxvt.perl-ext-common: default,selection-autotransform
-Extensions that add command line parameters or resources on their own are
-loaded automatically when used.
+Extensions may add resources on their own. Similarly to builtin
+resources, these resources can also be specified on the command line
+as long options (with '.' replaced by '-'), in which case the
+corresponding extension is loaded automatically.
=head1 API DOCUMENTATION
@@ -1275,8 +1277,8 @@ class name, i.e. C<< $term->x_resource ("boldFont") >> should return the
same value as used by this instance of rxvt-unicode. Returns C if no
resource with that pattern exists.
-Extensions that define extra resource or command line arguments also need
-to call this method to access their values.
+Extensions that define extra resources also need to call this method
+to access their values.
If the method is called on an extension object (basically, from an
extension), then the special prefix C<%.> will be replaced by the name of
-----END OF PAGE-----