*** empty log message ***
authorroot <root>
Tue, 23 Sep 2008 07:03:13 +0000 (07:03 +0000)
committerroot <root>
Tue, 23 Sep 2008 07:03:13 +0000 (07:03 +0000)
src/urxvt.pm

index ab9f0b8..93d9db5 100644 (file)
@@ -110,7 +110,7 @@ will be called when the toggle changes, with the new boolean value as
 first argument.
 
 The following will add an entry C<myoption> that changes
-C<$self->{myoption}>:
+C<< $self->{myoption} >>:
 
    push @{ $self->{term}{option_popup_hook} }, sub {
       ("my option" => $myoption, sub { $self->{myoption} = $_[0] })