--- rxvt-unicode/src/urxvt.pm 2006/01/09 05:08:02 1.63 +++ rxvt-unicode/src/urxvt.pm 2006/01/09 06:29:47 1.64 @@ -1117,7 +1117,7 @@ =item $success = $term->grab_button ($button, $modifiermask) -Registers a synchronous button grab. See XGrabButton. +Registers a synchronous button grab. See the XGrabButton manpage. =item $success = $term->grab ($eventtime[, $sync]) @@ -1193,7 +1193,7 @@ sub add_button { my ($self, $text, $cb) = @_; - $self->add_item ({ type => "button", text => "[ $text ]", activate => $cb}); + $self->add_item ({ type => "button", text => $text, activate => $cb}); } sub add_toggle {