--- rxvt-unicode/src/urxvt.pm 2008/06/15 14:54:44 1.169 +++ rxvt-unicode/src/urxvt.pm 2008/09/23 07:03:13 1.170 @@ -110,7 +110,7 @@ first argument. The following will add an entry C that changes -C<$self->{myoption}>: +C<< $self->{myoption} >>: push @{ $self->{term}{option_popup_hook} }, sub { ("my option" => $myoption, sub { $self->{myoption} = $_[0] })