repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: c71744f3d5b1b5bde8017fd6f1f9825c5ceb9bc1:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit c71744f3d5b1b5bde8017fd6f1f9825c5ceb9bc1
Author: Emanuele Giaquinta 
Date:   Fri Dec 26 21:49:11 2014 +0000

    Doc fixes.

diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
index 18bd896c410875522d1852036757b436469e19e4..
index ..169e104d66bf08eef9982292babd7dc9a4b8b053 100644
--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -1246,9 +1246,8 @@ example, C will use all the default extensions except
 C.

 The default set includes the C, C,
-C and C extensions, any extensions that
-define keybindings via C meta comments, and extensions which
-are mentioned in B resources.
+C, C and C
+extensions, and extensions which are mentioned in B resources.

 Any extension such that a corresponding resource is given on the
 command line is automatically appended to B.
diff --git a/src/urxvt.pm b/src/urxvt.pm
index 673ae0f9661bd71a49e5615ed33e7c4055818486..
index ..6fd9e58bf95e972d5f533cf449643856d8941e00 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -47,11 +47,10 @@ Or by adding them to the resource for extensions loaded by default:

 Extensions may add additional resources and C, i.e., methods
 which can be bound to a key and invoked by the user. An extension can
-define the resources it support and also default bindings for one or
-more actions it provides using so called META comments, described
-below. Similarly to builtin resources, extension resources can also be
-specified on the command line as long options (with C<.> replaced by
-C<->), in which case the corresponding extension is loaded
+define the resources it support using so called META comments,
+described below. Similarly to builtin resources, extension resources
+can also be specified on the command line as long options (with C<.>
+replaced by C<->), in which case the corresponding extension is loaded
 automatically. For this to work the extension B define META
 comments for its resources.

@@ -120,7 +119,7 @@ the C section below.
 Rxvt-unicode recognizes special meta comments in extensions that define
 different types of metadata.

-Currently, it recxognises only one such comment:
+Currently, it recognises only one such comment:

 =over 4

@@ -1351,9 +1350,9 @@ sub x_resource_boolean {
 Adds a key binding exactly as specified via a C resource. See the
 C resource in the urxvt(1) manpage.

-To add default bindings for an extension, the extension should call C<<
-->bind_action >> on it's C hook for every such binding. Doing it
-in the C hook allows users the override or remove the the binding
+To add default bindings for actions, an extension should call C<<
+->bind_action >> in its C hook for every such binding. Doing it
+in the C hook allows users to override or remove the binding
 again.

 Example: the C by default binds itself

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